Skip to content

Commit

Permalink
Merge pull request #886 from opentensor/sam-hotfix
Browse files Browse the repository at this point in the history
fix incorrect toolchain on cargo audit
  • Loading branch information
unconst authored Oct 29, 2024
2 parents 65f656e + 50f8a9d commit 91fe42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,17 @@ jobs:
sudo apt-get update &&
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
- name: Install Rust ${{ matrix.rust-branch }}
- name: Install Rust Stable
uses: actions-rs/[email protected]
with:
toolchain: ${{ matrix.rust-branch }}
toolchain: stable
components: rustfmt, clippy
profile: minimal

- name: Utilize Shared Rust Cache
uses: Swatinem/[email protected]
with:
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
key: ubuntu-latest-${{ env.RUST_BIN_DIR }}

- name: Install cargo-audit
run: cargo install cargo-audit
Expand Down

0 comments on commit 91fe42b

Please sign in to comment.