Skip to content

Commit 6e987f4

Browse files
committed
test ninja
1 parent 92b4414 commit 6e987f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
steps:
2121
- name: Get AV
2222
uses: actions/checkout@v4
23-
- name: Get MSBuild
24-
uses: microsoft/setup-msbuild@v2
2523
- name: Obtain oggenc2.exe
2624
run: >
2725
curl https://www.rarewares.org/files/ogg/oggenc2.88-1.3.7-x64.zip --output oggenc.zip &&
@@ -42,7 +40,7 @@ jobs:
4240
-Source "${{ env.FEED_URL }}"
4341
- name: Configure CMake
4442
run: >
45-
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
43+
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -GNinja
4644
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
4745
-DVCPKG_TARGET_TRIPLET=x64-windows-static-md
4846
- name: Build AV

0 commit comments

Comments
 (0)