We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be6a77 commit d23ff38Copy full SHA for d23ff38
.github/workflows/rust.yml
@@ -90,9 +90,9 @@ jobs:
90
run: |
91
rustup install ${{ env.TOOLCHAIN }}
92
rustup default ${{ env.TOOLCHAIN }}
93
- rustup component add rust-src
+ rustup component add rust-src --toolchain ${{ env.TOOLCHAIN }}-x86_64-pc-windows-msvc
94
rustc --version --verbose
95
- 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 }}
96
- name: Build Windows
97
if: contains(matrix.target, 'uwp') != true
98
shell: cmd
0 commit comments