From d3209aa5c309bd59d1833e8dec5f7053329d8fa9 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Fri, 9 Aug 2024 09:01:26 +0500 Subject: [PATCH] ci: fix prebuild workflow --- .github/workflows/prebuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 1120319..19535cc 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -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 @@ -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