We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01617e4 commit af3f34eCopy full SHA for af3f34e
1 file changed
.github/workflows/ci.yml
@@ -39,11 +39,11 @@ jobs:
39
shell: pwsh
40
run: |
41
choco install windows-sdk-10-version-2004-all -y
42
- - name: Enable loader snaps
43
- shell: cmd
44
- if: ${{ matrix.platform.msvc5 }}
45
- run: |
46
- gflags /i your.exe +sls
+# - name: Enable loader snaps
+# shell: cmd
+# if: ${{ matrix.platform.msvc5 }}
+# run: |
+# gflags /i your.exe +sls
47
- name: Setup MSVC11 (Visual Studio 97)
48
if: ${{ matrix.platform.msvc5 }}
49
0 commit comments