We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c6351 commit 7bc1fb7Copy full SHA for 7bc1fb7
.github/workflows/build.yml
@@ -24,9 +24,6 @@ jobs:
24
- platform: "windows-2022" # Windows x86_64
25
name: "windows-x86-64"
26
extra-cmake-args: '-DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"'
27
- - platform: "windows-2022" # Windows arm64 (built on x86_64)
28
- name: "windows-arm64"
29
- extra-cmake-args: '-A ARM64 -DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"'
30
31
runs-on: ${{ matrix.platform }}
32
@@ -39,10 +36,6 @@ jobs:
39
36
if: matrix.name == 'windows-x86-64'
40
37
run: vcpkg install directxtk[xaudio2redist]:x64-windows
41
38
42
- - name: Add directxtk for xaudio2 windows arm64
43
- if: matrix.name == 'windows-arm64'
44
- run: vcpkg install directxtk[xaudio2redist]:arm64-windows
45
-
46
- name: Build
47
shell: bash
48
run: |
0 commit comments