Skip to content

Commit

Permalink
Test Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 1, 2024
1 parent 958a6d9 commit 3e279ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,16 @@ jobs:
restore-keys: |
vcpkg-x64-
path: build\vcpkg_installed
- name: Set up build environment
uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89
with:
arch: ${{ matrix.arch }}
- name: Configure
run: |
mkdir build -Force
cmake `
-B build `
-G Ninja `
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
-DCMAKE_BUILD_TYPE=Debug `
.
Expand Down

0 comments on commit 3e279ca

Please sign in to comment.