Skip to content

Commit

Permalink
Merge pull request #1869 from radixdlt/feature/update-nightly-version…
Browse files Browse the repository at this point in the history
…-for-coverage

Update 1.81.0-nightly version for coverage test
  • Loading branch information
lrubasze authored Aug 7, 2024
2 parents ed7cedf + 02b29d0 commit 2d33a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ jobs:
workspaces: radix-clis
- name: Install rustc 1.81.0-nightly
run: |
rustup toolchain install nightly-2024-06-28
rustup target add wasm32-unknown-unknown --toolchain nightly-2024-06-28
rustup default nightly-2024-06-28
rustup toolchain install nightly-2024-07-18
rustup target add wasm32-unknown-unknown --toolchain nightly-2024-07-18
rustup default nightly-2024-07-18
rustup show
- name: Install LLVM 18
run: |
Expand Down

0 comments on commit 2d33a33

Please sign in to comment.