Skip to content

Commit

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

0 comments on commit b1c0475

Please sign in to comment.