Skip to content

Commit

Permalink
Downgraded to deprecated action again
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Dec 10, 2023
1 parent 980f3ed commit 42ad479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
submodules: recursive

- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
targets: ${{ matrix.target }}
target: ${{ matrix.target }}
components: clippy

- name: Sccache cache
Expand Down

0 comments on commit 42ad479

Please sign in to comment.