Skip to content

Commit 4216dbb

Browse files
committed
ci: add -Zshare-generics=off on windows
1 parent 2efc876 commit 4216dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
4444
- if: ${{ runner.os == 'Windows' && matrix.integration == 'spirv-builder' }}
4545
name: Windows - set rustflags to make it compile
46-
run: echo "RUSTFLAGS=\"-Zshare-generics=off\"" >> "$GITHUB_ENV"
46+
run: echo "RUSTFLAGS=-Zshare-generics=off" >> "$GITHUB_ENV"
4747
# just need a random command that forces the installation of rust-toolchain
4848
# figure out native target triple while we're at it
4949
- name: install rust-toolchain

0 commit comments

Comments
 (0)