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.
-Zshare-generics=off
1 parent 2efc876 commit 4216dbbCopy full SHA for 4216dbb
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
44
- if: ${{ runner.os == 'Windows' && matrix.integration == 'spirv-builder' }}
45
name: Windows - set rustflags to make it compile
46
- run: echo "RUSTFLAGS=\"-Zshare-generics=off\"" >> "$GITHUB_ENV"
+ run: echo "RUSTFLAGS=-Zshare-generics=off" >> "$GITHUB_ENV"
47
# just need a random command that forces the installation of rust-toolchain
48
# figure out native target triple while we're at it
49
- name: install rust-toolchain
0 commit comments