We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbcbf6 commit 7124834Copy full SHA for 7124834
.github/workflows/nob.yaml
@@ -52,12 +52,12 @@ jobs:
52
# https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170#create-your-own-command-prompt-shortcut
53
run: |
54
call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
55
- cl.exe ${{ matrix.standard }} /Fe:nob nob.c
+ cl.exe /std:${{ matrix.standard }} /Fe:nob nob.c
56
nob.exe
57
- name: Build how_to-s
58
shell: cmd
59
60
61
cd how_to/
62
63
0 commit comments