Skip to content

Commit

Permalink
quoet
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 12, 2024
1 parent 103865e commit f23cb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-vcpkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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) 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"
echo "VCPKG_BINARY_SOURCES=clear;nuget,https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json,readwrite" >> $env:GITHUB_ENV

0 comments on commit f23cb08

Please sign in to comment.