Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK authored Aug 11, 2024
1 parent 3dc7e54 commit 4110481
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
save-if: true
cache-all-crates: true
shared-key: tests

- name: Set Toolchain
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: stable
run: rustup default stable
- name: Update Toolchain
run: rustup update stable

- name: Job
run: cargo build -F full --locked
Expand Down

0 comments on commit 4110481

Please sign in to comment.