Skip to content

Commit

Permalink
Replace deprecated rust install action
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Sep 8, 2024
1 parent 466752a commit c49173f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
with:
python-version: "3.10"

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66
components: rustfmt, clippy
default: true
- name: Install Rust
if: steps.rust-cache.outputs.cache-hit != 'true'
run: |
rustup default 1.66
rustup component add rustfmt
rustup component add clippy
- name: OSX x86 rust
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit c49173f

Please sign in to comment.