Skip to content

Commit 94f1b81

Browse files
committed
tmp
Signed-off-by: Ziad Mostafa <[email protected]>
1 parent ebbb847 commit 94f1b81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,9 @@ jobs:
751751
echo "RUST_TARGET=$RUST_TARGET" >> $GITHUB_ENV
752752
753753
- name: Run cargo build
754-
run: cargo build -Zbuild-std --workspace --all-targets --target ${{ env.RUST_TARGET }}
754+
run: |
755+
rustup component add rust-src --toolchain ${{ matrix.toolchain }}
756+
cargo build -Zbuild-std --workspace --all-targets --target ${{ env.RUST_TARGET }}
755757
756758
- name: Run cargo nextest
757759
run: cargo nextest run --workspace --all-targets --no-fail-fast --target ${{ env.RUST_TARGET }}

0 commit comments

Comments
 (0)