Skip to content

Commit 2a0282b

Browse files
committed
Addressing vcpkg problem. Packages are nor found.
1 parent 5b17687 commit 2a0282b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
path: |
3838
~/vcpkg
39-
./build/vcpkg_installed
39+
~/build/vcpkg_installed
4040
${{ env.HOME }}/.cache/vcpkg/archives
4141
${{ env.XDG_CACHE_HOME }}/vcpkg/archives
4242
${{ env.LOCALAPPDATA }}\vcpkg\archives
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install dependencies
7474
run: |
7575
cp -v ci/vcpkg/vcpkg.json .
76-
vcpkg integrate install
76+
#vcpkg integrate install
7777
vcpkg install
7878
7979
- name: Build project

0 commit comments

Comments
 (0)