Skip to content

Commit 28f22d3

Browse files
committed
Addressing vcpkg problem. Packages are nor found.
1 parent 4efe1c9 commit 28f22d3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/ci.yaml

+10-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
include:
1919
- os: ubuntu-latest
2020
compiler: gcc
21-
- os: ubuntu-latest
22-
compiler: clang
23-
- os: windows-latest
24-
compiler: msvc
25-
- os: macos-latest
26-
compiler:
21+
# - os: ubuntu-latest
22+
# compiler: clang
23+
# - os: windows-latest
24+
# compiler: msvc
25+
# - os: macos-latest
26+
# compiler:
2727

2828
steps:
2929
- name: Checkout code
@@ -84,6 +84,10 @@ jobs:
8484
mkdir build
8585
fi
8686
pushd build
87+
echo "ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
88+
ls ~/vcpkg/scripts/buildsystems/vcpkg.cmake
89+
echo "cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake"
90+
cat ~/vcpkg/scripts/buildsystems/vcpkg.cmake
8791
cmake .. -DRESTC_CPP_THREADED_CTX=ON -DCMAKE_BUILD_TYPE=Release -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
8892
cmake --build .
8993
popd

0 commit comments

Comments
 (0)