Skip to content

Commit 7124834

Browse files
committed
I missed this!
1 parent 8fbcbf6 commit 7124834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
# https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170#create-your-own-command-prompt-shortcut
5353
run: |
5454
call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
55-
cl.exe ${{ matrix.standard }} /Fe:nob nob.c
55+
cl.exe /std:${{ matrix.standard }} /Fe:nob nob.c
5656
nob.exe
5757
- name: Build how_to-s
5858
shell: cmd
5959
run: |
6060
call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
6161
cd how_to/
62-
cl.exe ${{ matrix.standard }} /Fe:nob nob.c
62+
cl.exe /std:${{ matrix.standard }} /Fe:nob nob.c
6363
nob.exe

0 commit comments

Comments
 (0)