Skip to content

Commit

Permalink
Addressing vcpkg problem. Packages are nor found.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Aug 16, 2024
1 parent 5b17687 commit 2a0282b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
path: |
~/vcpkg
./build/vcpkg_installed
~/build/vcpkg_installed
${{ env.HOME }}/.cache/vcpkg/archives
${{ env.XDG_CACHE_HOME }}/vcpkg/archives
${{ env.LOCALAPPDATA }}\vcpkg\archives
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dependencies
run: |
cp -v ci/vcpkg/vcpkg.json .
vcpkg integrate install
#vcpkg integrate install
vcpkg install
- name: Build project
Expand Down

0 comments on commit 2a0282b

Please sign in to comment.