Skip to content

Commit

Permalink
Working on the build workflow - 09/13/2023 03:39:25 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Lateralus138 committed Sep 13, 2023
1 parent d27d1c4 commit f760959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +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.*"
$cl
& $cl
$cl[-1]
& $cl[-1]
Exit 0
cd hostscompress || exit 255
$Env:ProgramW6432
Expand Down

0 comments on commit f760959

Please sign in to comment.