File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
40
40
run : rustup target add ${{ matrix.target }}
41
41
if : contains(matrix.target, 'gnullvm') == false
42
42
43
- - name : Add nightly toolchain with rust-src
43
+ - name : Add nightly toolchain with gnullvm target
44
44
run : |
45
45
rustup default ${{ matrix.version }}
46
- rustup component add rust-src
46
+ rustup target add ${{ matrix.target }}
47
47
if : startsWith(matrix.image, 'ubuntu-') && contains(matrix.target, 'gnullvm') && matrix.version == 'nightly'
48
48
49
49
- name : Install gcc-mingw-w64-x86-64
@@ -83,10 +83,10 @@ jobs:
83
83
}
84
84
if : contains(matrix.target, 'gnullvm') == false
85
85
86
- - name : Test with build-std
86
+ - name : Test gnullvm
87
87
shell : pwsh
88
88
run : |
89
- cargo test --no-run --target ${{ matrix.target }} -Z build-std - p test_win32
89
+ cargo test --no-run --target ${{ matrix.target }} -p test_win32
90
90
if (-Not (Resolve-Path "target/*/debug/deps/test_win32-*.exe" | Test-Path)) {
91
91
throw "Failed to find test_win32 executable."
92
92
}
You can’t perform that action at this time.
0 commit comments