We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b3c58 commit ef58195Copy full SHA for ef58195
1 file changed
.github/workflows/SKRootKernelRoot_Windows.yml
@@ -23,7 +23,7 @@ jobs:
23
shell: cmd
24
run: |
25
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
26
- cl patch_kernel_root\patch_kernel_root.cpp /MTd /EHsc /Fe:patch_kernel_root /Ipatch_kernel_root /I "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include"
+ cl patch_kernel_root\patch_kernel_root.cpp /MTd /EHsc /Fe:patch_kernel_root /Ipatch_kernel_root /I "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include" /std:c++17
27
- name: Upload artifacts
28
uses: Actions/upload-artifact@main
29
with:
0 commit comments