Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
rustup add rust-src
  • Loading branch information
zachary0809 committed Mar 18, 2024
1 parent 6f79bbf commit b5198e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
with:
cache-on-failure: true
cache-all-crates: true

- name: Add rust-src
run: |
rustup component add rust-src
- name: Build
run: cargo check --release
Expand Down

0 comments on commit b5198e4

Please sign in to comment.