Skip to content

Commit af3f34e

Browse files
committed
f
1 parent 01617e4 commit af3f34e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
shell: pwsh
4040
run: |
4141
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
42+
# - name: Enable loader snaps
43+
# shell: cmd
44+
# if: ${{ matrix.platform.msvc5 }}
45+
# run: |
46+
# gflags /i your.exe +sls
4747
- name: Setup MSVC11 (Visual Studio 97)
4848
if: ${{ matrix.platform.msvc5 }}
4949
run: |

0 commit comments

Comments
 (0)