Skip to content

Commit

Permalink
chore: install cargo-binstall before installing mise
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 27, 2024
1 parent 8cb8cc3 commit 6240460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-binstall
- uses: jdx/mise-action@v2
with:
experimental: true
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: taiki-e/install-action@cargo-binstall
- uses: jdx/mise-action@v2
with:
experimental: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
shared-key: test
save-if: false
- uses: taiki-e/install-action@cargo-binstall
- uses: jdx/mise-action@v2
with:
experimental: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
shared-key: test
save-if: ${{ github.ref_name == 'main' }}
- uses: taiki-e/install-action@cargo-binstall
- uses: jdx/mise-action@v2
- run: mise r build
- run: mise r test
Expand Down

0 comments on commit 6240460

Please sign in to comment.