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 28f22d3 commit c98dc89
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Install dependencies
run: |
cd ci/vcpkg
cp -v ci/vcpkg/vcpkg.json .
vcpkg integrate install
vcpkg install
- name: Build project
Expand All @@ -84,11 +85,11 @@ jobs:
mkdir build
fi
pushd build
echo "ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake
echo "cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake .. -DRESTC_CPP_THREADED_CTX=ON -DCMAKE_BUILD_TYPE=Release -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
# echo "ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
# ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake
# echo "cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
# cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake .. -DVCPKG_VERBOSE=ON -DRESTC_CPP_THREADED_CTX=ON -DCMAKE_BUILD_TYPE=Release -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build .
popd
Expand Down

0 comments on commit c98dc89

Please sign in to comment.