Skip to content

Commit ef58195

Browse files
committed
Try to fix compile error
1 parent c2b3c58 commit ef58195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/SKRootKernelRoot_Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: cmd
2424
run: |
2525
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"
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" /std:c++17
2727
- name: Upload artifacts
2828
uses: Actions/upload-artifact@main
2929
with:

0 commit comments

Comments
 (0)