Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
fix random uwp build failures
  • Loading branch information
sagudev authored Feb 4, 2023
1 parent 6be6a77 commit d23ff38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
run: |
rustup install ${{ env.TOOLCHAIN }}
rustup default ${{ env.TOOLCHAIN }}
rustup component add rust-src
rustup component add rust-src --toolchain ${{ env.TOOLCHAIN }}-x86_64-pc-windows-msvc
rustc --version --verbose
cargo build --verbose ${{ matrix.features }} -Z build-std=std,panic_abort --target ${{ matrix.target }}
cargo +${{ env.TOOLCHAIN }} build --verbose ${{ matrix.features }} -Z build-std=std,panic_abort --target ${{ matrix.target }}
- name: Build Windows
if: contains(matrix.target, 'uwp') != true
shell: cmd
Expand Down

0 comments on commit d23ff38

Please sign in to comment.