Skip to content

Commit

Permalink
ci: fix prebuild workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Aug 9, 2024
1 parent 6cd04bc commit d3209aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install vcpkg
run: |
cd external\vcpkg
cd external\colorer\external\vcpkg
.\bootstrap-vcpkg.bat
- name: Add C++ build tools to PATH
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup NuGet Credentials for vpckg cache
shell: bash
run: >
`$GITHUB_WORKSPACE/external/vcpkg/vcpkg fetch nuget | tail -n 1`
`$GITHUB_WORKSPACE/external/colorer/external/vcpkg fetch nuget | tail -n 1`
sources add
-source "https://nuget.pkg.github.com/colorer/index.json"
-storepasswordincleartext
Expand Down

0 comments on commit d3209aa

Please sign in to comment.