Skip to content

Commit

Permalink
Fix Rust install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 11, 2024
1 parent 1d3e9a9 commit 2f2a016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.rust }}-min165

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
default: true
components: rustfmt, clippy
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Test Lib
run: cargo test
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.rust }}-min165

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
default: true
components: rustfmt, clippy
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Test Lib
run: cargo test

0 comments on commit 2f2a016

Please sign in to comment.