Skip to content

Commit

Permalink
Add GHA for vcpkg integration
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jan 31, 2024
1 parent f85313f commit 91dc803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Configure and build
run: |
vcpkg/vcpkg install
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE="vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_OVERLAY_PORTS="../../ports"
cmake --build build
Expand Down

0 comments on commit 91dc803

Please sign in to comment.