Skip to content

Commit

Permalink
windows CI test3
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed Jun 18, 2024
1 parent 92e922e commit 7410ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
$path = "C:/Program Files/Microsoft Visual Studio"
$contents = Get-ChildItem -Path $path -Force -Recurse -Directory | Select-Object -First 1
$path = $path + "/" + $contents.Name + "Enterprise/VC/Tools/MSVC"
$path = $path + "/" + $contents.Name + "/Enterprise/VC/Tools/MSVC"
$path
$contents = Get-ChildItem -Path $path -Force -Recurse -Directory | Select-Object -First 1
$path = $path + "/" + $contents.Name + "/bin/HostX64/x64/Lib.exe"
Expand Down

0 comments on commit 7410ac8

Please sign in to comment.