File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
52
52
# https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170#create-your-own-command-prompt-shortcut
53
53
run : |
54
54
call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
55
- cl.exe ${{ matrix.hotreload }} ${{ matrix.standard }} /Fe:nob nob.c
55
+ cl.exe /std: ${{ matrix.standard }} /Fe:nob nob.c
56
56
nob.exe
57
57
- name : Build how_to-s
58
58
shell : cmd
59
59
run : |
60
60
call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
61
61
cd how_to/
62
- cl.exe ${{ matrix.hotreload }} ${{ matrix.standard }} /Fe:nob nob.c
62
+ cl.exe /std: ${{ matrix.standard }} /Fe:nob nob.c
63
63
nob.exe
You can’t perform that action at this time.
0 commit comments