Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 12, 2024
1 parent bfbc075 commit ae84188
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-vcpkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ runs:
.$(vcpkg fetch nuget) setapikey "${{ inputs.github_token }}" -Source "https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json"
echo "VCPKG_BINARY_SOURCES=clear;nuget,https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json,readwrite" >> $env:GITHUB_ENV
Write-Output "1"
Write-Output $env:VCPKG_ROOT
Write-Output "2"
Write-Output $VCPKG_ROOT

0 comments on commit ae84188

Please sign in to comment.