Skip to content

Commit

Permalink
ci: avoid reinstalling rust every time
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Jan 3, 2025
1 parent 544652f commit 3087034
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,8 @@ jobs:
key: ${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Set up Rust
uses: actions-rs/toolchain@v1
id: rust-toolchain
with:
profile: minimal
toolchain: nightly
override: true
run: |
rustup default nightly
- name: Install semantic-release-cargo
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit 3087034

Please sign in to comment.