We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb806e commit 868d932Copy full SHA for 868d932
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Rust
21
uses: actions-rs/toolchain@v1
22
with:
23
- toolchain: nightly-2025-06-13
+ toolchain: nightly-2025-06-13-x86_64-unknown-linux-gnu
24
profile: minimal
25
- name: Install Rustup Components
26
run: rustup component add rust-src llvm-tools-preview
0 commit comments