Skip to content

Commit

Permalink
Put the CMAKE_TOOLCHAIN_FILE in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Jan 14, 2024
1 parent c6d6c6b commit 06c770a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
generator: Ninja
c-compiler: clang
cxx-compiler: clang++
options: -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
- name: Build
run: cmake --build build -DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake
run: cmake --build build
- name: Unit Tests
run: build/iggy_cpp_test

0 comments on commit 06c770a

Please sign in to comment.