Skip to content

Commit

Permalink
chore(release-plz): use actions-rust-lang/setup-rust-toolchain@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 30, 2024
1 parent 97c79ee commit 4813288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
git_tag_gpgsign: true
- uses: Swatinem/rust-cache@v2
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: mkdir -p "$HOME/bin" && echo "$HOME/bin" >> "$GITHUB_PATH"
- run: cargo build --all-features && cp target/debug/mise "$HOME"/bin
- uses: actions/cache/restore@v4
Expand Down

0 comments on commit 4813288

Please sign in to comment.