Skip to content

Commit

Permalink
src
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 12, 2024
1 parent dfeb99c commit bfbc075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-vcpkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ runs:
iex (iwr -useb https://aka.ms/vcpkg-init.ps1)
.$(vcpkg fetch nuget) sources add -Name ghpkg -Source "https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json" -UserName "$PKG_SOURCE_USER" -Password "${{ inputs.github_token }}" -StorePasswordInClearText
.$(vcpkg fetch nuget) setapikey "${{ inputs.github_token }}" "https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json"
.$(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

0 comments on commit bfbc075

Please sign in to comment.