We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fd806 commit bc09e67Copy full SHA for bc09e67
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/checkout@v4
48
- name: Compile
49
shell: cmd
50
- run: ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && cl /nologo /O2 /Oi /Gy /GS /GL /fp:precise /EHsc /MD /Zc:inline /TP /analyze- /permissive- /Fesupmover.exe main.cpp' }}
+ run: ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && cl /nologo /O2 /Oi /Gy /GS /GL /fp:precise /EHsc /MD /Zc:inline /TP /analyze- /permissive- /std:c++17 /Fesupmover.exe main.cpp' }}
51
- uses: actions/upload-artifact@v4
52
with:
53
name: supmover-win
0 commit comments