Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed May 24, 2024
1 parent b10723a commit eac43d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
$path = & 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe' `
-latest -property installationPath -format value
Write-Output "install_path=$path" >> $env::GITHUB_OUTPUT
"install_path=$path" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
- name: Build i686_msvc
shell: cmd
Expand Down

0 comments on commit eac43d9

Please sign in to comment.