Skip to content

Commit

Permalink
Fix CI Setup Rust step
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 21, 2024
1 parent 14e5eb7 commit da8a08c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Setup Rust
uses: tracel-ai/github-actions/setup-rust@v1
uses: tracel-ai/github-actions/setup-rust@v1.8
with:
rust-toolchain: stable
cache-key: stable-linux
linux-pre-cleanup: false
# --------------------------------------------------------------------------------
- name: Audit
run: cargo xtask check audit
Expand All @@ -40,10 +41,11 @@ jobs:
runs-on: amd-rx7600
steps:
- name: Setup Rust
uses: tracel-ai/github-actions/setup-rust@v1
uses: tracel-ai/github-actions/setup-rust@v1.8
with:
rust-toolchain: stable
cache-key: stable-linux
linux-pre-cleanup: false
# --------------------------------------------------------------------------------
- name: Lint
run: cargo xtask check lint
Expand Down

0 comments on commit da8a08c

Please sign in to comment.