Skip to content

Commit

Permalink
Merge branch 'eigenda-v3.0.3' into fixing-proof-calculation-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Aug 8, 2024
2 parents 178a766 + 2980742 commit 3e75a1d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,17 @@ jobs:
id: install-rust-nightly
with:
profile: minimal
toolchain: "nightly"

toolchain: "nightly-2024-07-30"
- name: Install rust wasm targets
run: rustup target add wasm32-wasi wasm32-unknown-unknown

- name: Install nightly wasm targets
run: |
rustup component add rust-src --toolchain nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
nightly_toolchain='nightly-2024-07-30'
echo 'STYLUS_NIGHTLY_VER=+'"$nightly_toolchain" >> "$GITHUB_ENV"
rustup component add rust-src --toolchain "$nightly_toolchain"
rustup target add wasm32-unknown-unknown --toolchain "$nightly_toolchain"
- name: Cache Build Products
uses: actions/cache@v3
Expand Down

0 comments on commit 3e75a1d

Please sign in to comment.