Skip to content

Commit

Permalink
Add data for installing Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Aug 27, 2024
1 parent 8641afc commit 7081d6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,16 @@ jobs:
cargo-audit:
name: cargo audit
runs-on: SubtensorCI
strategy:
matrix:
rust-branch:
- stable
rust-target:
- x86_64-unknown-linux-gnu
# - x86_64-apple-darwin
os:
- ubuntu-latest
# - macos-latest
steps:
- name: Check-out repositoroy under $GITHUB_WORKSPACE
uses: actions/checkout@v4
Expand Down

0 comments on commit 7081d6d

Please sign in to comment.