Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
targets: x86_64-unknown-linux-gnu, wasm32-unknown-unknown
- name: WORKAROUND-FOR-nightly-2025-08-12
if: ${{ matrix.toolchain == 'nightly' }}
run: rustup default nightly-2025-08-08

- name: Cache cargo bin
id: cache_cargo_bin
Expand Down
Loading