Skip to content

Commit

Permalink
Use prebuilt gnullvm target
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 authored Apr 20, 2024
1 parent 0a74479 commit 491a737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:

- name: Add toolchain target
run: rustup target add ${{ matrix.target }}
if: contains(matrix.target, 'gnullvm') == false

- name: Add nightly toolchain with rust-src
run: |
Expand Down Expand Up @@ -83,7 +82,7 @@ jobs:
}
if: contains(matrix.target, 'gnullvm') == false

- name: Test with build-std
- name: Test gnullvm
shell: pwsh
run: |
cargo test --no-run --target ${{ matrix.target }} -Z build-std -p test_win32
Expand Down

0 comments on commit 491a737

Please sign in to comment.