We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef37a96 commit bc3b616Copy full SHA for bc3b616
1 file changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
$vcvars = & "$vswhere" -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath
51
$vcvarsall = Join-Path $vcvars "VC\Auxiliary\Build\vcvars64.bat"
52
53
- cmd /c "`"$vcvarsall`" && cl /O2 /std:c++23 /Fe:wtime_cpp.exe src\wtime.cpp"
+ cl /O2 /std:c++20 /Zc:__cplusplus /D_HAS_CXX20_FORMAT=1 /Fe:wtime_cpp.exe src\wtime.cpp
54
55
- name: Create GitHub Release and upload EXEs
56
uses: softprops/action-gh-release@v2
0 commit comments