Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary0809 authored Mar 18, 2024
1 parent 8d36749 commit 2940de4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Add rust-src
run: |
rustup component add rust-src
- uses: actions/checkout@v3

Expand All @@ -50,6 +48,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 2940de4

Please sign in to comment.