Skip to content

Commit

Permalink
Working on the build workflow - 09/13/2023 03:47:45 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Lateralus138 committed Sep 13, 2023
1 parent f760959 commit cda5680
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
- id: make_hosts_compress
run: |
$cl = (Get-ChildItem -Path "$Env:ProgramW6432\Microsoft Visual Studio\" -Recurse -Filter "cl.exe").FullName | Select-String ".*x64\\x64.*"
$cl[-1]
& $cl[-1]
Exit 0
cd hostscompress || exit 255
$Env:ProgramW6432
cl /c /Ycpch.h /std:c++20 /W4 /EHsc pch.cpp || exit 254
$cl[-1] || Exit 255
cd hostscompress || exit 254
& $cl /c /Ycpch.h /std:c++20 /W4 /EHsc pch.cpp || exit 253
ls

0 comments on commit cda5680

Please sign in to comment.