Skip to content

Commit 7bc1fb7

Browse files
committed
fix: remove arm64 build configuration for directxtk in GitHub Actions workflow
1 parent 49c6351 commit 7bc1fb7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

-7
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- platform: "windows-2022" # Windows x86_64
2525
name: "windows-x86-64"
2626
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"'
3027

3128
runs-on: ${{ matrix.platform }}
3229

@@ -39,10 +36,6 @@ jobs:
3936
if: matrix.name == 'windows-x86-64'
4037
run: vcpkg install directxtk[xaudio2redist]:x64-windows
4138

42-
- name: Add directxtk for xaudio2 windows arm64
43-
if: matrix.name == 'windows-arm64'
44-
run: vcpkg install directxtk[xaudio2redist]:arm64-windows
45-
4639
- name: Build
4740
shell: bash
4841
run: |

0 commit comments

Comments
 (0)