We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b4414 commit 6e987f4Copy full SHA for 6e987f4
.github/workflows/windows.yml
@@ -20,8 +20,6 @@ jobs:
20
steps:
21
- name: Get AV
22
uses: actions/checkout@v4
23
- - name: Get MSBuild
24
- uses: microsoft/setup-msbuild@v2
25
- name: Obtain oggenc2.exe
26
run: >
27
curl https://www.rarewares.org/files/ogg/oggenc2.88-1.3.7-x64.zip --output oggenc.zip &&
@@ -42,7 +40,7 @@ jobs:
42
40
-Source "${{ env.FEED_URL }}"
43
41
- name: Configure CMake
44
45
- cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
+ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -GNinja
46
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
47
-DVCPKG_TARGET_TRIPLET=x64-windows-static-md
48
- name: Build AV
0 commit comments