Skip to content

Commit

Permalink
cloud v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Apr 22, 2024
1 parent 9455364 commit 623d2ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ondemand_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
workload_identity_provider: "projects/346595944828/locations/global/workloadIdentityPools/github-pool/providers/github-provider"
service_account: "github-service-account@nearone-services.iam.gserviceaccount.com"

- name: Installing nightly rust
run: |
# rustup install nightly
# rustup default nightly
# - name: Installing nightly rust
# run: |
# rustup install nightly
# rustup default nightly

- uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
Expand All @@ -65,10 +65,10 @@ jobs:
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

- name: "Set up GCP SDK"
uses: "google-github-actions/setup-gcloud@v1"
uses: "google-github-actions/setup-gcloud@v2"
with:
version: ">= 416.0.0"

Expand Down

0 comments on commit 623d2ac

Please sign in to comment.