Skip to content

Commit

Permalink
nightly-x86_64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Oct 21, 2024
1 parent 65c34e4 commit bf9fe3e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ondemand_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
crate: cargo-bolero
# TODO: remove the below once https://github.com/camshaft/bolero/pull/195 is released on crates.io
# and https://github.com/camshaft/bolero/pull/196 has a proper fix
git: https://github.com/near/bolero
rev: 1b43f78f25009695493b0e5fb72f9f82d1905845
git: https://github.com/Ekleog-NEAR/bolero
rev: 56da8e6d1d018519a30b36d85d3a53fe35a42eaf

- run: rustup target add --toolchain nightly wasm32-unknown-unknown
- run: |
rustup target add --toolchain nightly wasm32-unknown-unknown
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: "Set up GCP SDK"
uses: "google-github-actions/setup-gcloud@v2"
Expand Down

0 comments on commit bf9fe3e

Please sign in to comment.