Skip to content

Commit

Permalink
Working on the build workflow - 09/13/2023 04:05:23 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Lateralus138 committed Sep 13, 2023
1 parent 8c1a4db commit ef357b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: |
$cl = (Get-ChildItem -Path "$Env:ProgramW6432\Microsoft Visual Studio\" -Recurse -Filter "cl.exe").FullName | Select-String ".*x64\\x64.*"
cd hostscompress || exit 255
& $cl[-1] /c /Ycpch.h /std:c++20 /W4 /EHsc pch.cpp || exit 254
$cl[-1] /c /Ycpch.h /std:c++20 /W4 /EHsc pch.cpp || exit 254
if (-Not (Test-Path -Path pch.pch)) { Exit 253 }

0 comments on commit ef357b9

Please sign in to comment.