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 ebbb847 commit 94f1b81Copy full SHA for 94f1b81
.github/workflows/build-test.yml
@@ -751,7 +751,9 @@ jobs:
751
echo "RUST_TARGET=$RUST_TARGET" >> $GITHUB_ENV
752
753
- name: Run cargo build
754
- run: cargo build -Zbuild-std --workspace --all-targets --target ${{ env.RUST_TARGET }}
+ run: |
755
+ rustup component add rust-src --toolchain ${{ matrix.toolchain }}
756
+ cargo build -Zbuild-std --workspace --all-targets --target ${{ env.RUST_TARGET }}
757
758
- name: Run cargo nextest
759
run: cargo nextest run --workspace --all-targets --no-fail-fast --target ${{ env.RUST_TARGET }}
0 commit comments