Skip to content

Commit

Permalink
Fix it harder
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Jul 10, 2023
1 parent 76d0d9a commit 5a27136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Add rustup components
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Build with nostd
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 5a27136

Please sign in to comment.