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 4efe1c9 commit 28f22d3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
include:
- os: ubuntu-latest
compiler: gcc
- os: ubuntu-latest
compiler: clang
- os: windows-latest
compiler: msvc
- os: macos-latest
compiler:
# - os: ubuntu-latest
# compiler: clang
# - os: windows-latest
# compiler: msvc
# - os: macos-latest
# compiler:

steps:
- name: Checkout code
Expand Down Expand Up @@ -84,6 +84,10 @@ 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
cmake --build .
popd
Expand Down

0 comments on commit 28f22d3

Please sign in to comment.