Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 authored Apr 21, 2024
1 parent 5cf89ab commit 74ec206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

- name: Add toolchain target
run: rustup target add ${{ matrix.target }}
if: contains(matrix.target, 'gnullvm') == false || startsWith(matrix.image, 'ubuntu-') && contains(matrix.target, 'gnullvm') && matrix.version == 'nightly'
if: contains(matrix.target, 'gnullvm') == false

- name: Add nightly toolchain with rust-src
- name: Add nightly toolchain with gnullvm target
run: |
rustup default ${{ matrix.version }}
rustup component add rust-src
rustup target add ${{ matrix.target }}
if: startsWith(matrix.image, 'ubuntu-') && contains(matrix.target, 'gnullvm') && matrix.version == 'nightly'

- name: Install gcc-mingw-w64-x86-64
Expand Down

0 comments on commit 74ec206

Please sign in to comment.