Skip to content

Commit aac2956

Browse files
committed
Update vcpkg command for directxtk installation in
1 parent 909beb8 commit aac2956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
if: matrix.name == 'linux-arm64'
4141

4242
- name: Add directxtk for xaudio2
43-
run: vcpkg install directxtk[xaudio2redist]:x64-windows
43+
# See https://github.com/microsoft/DirectXTK/wiki/Audio#using-the-vcpkg-c-library-manager
44+
run: vcpkg install directxtk[xaudio2redist]
4445
if: matrix.platform == 'windows-2022'
4546

4647
- name: Build

0 commit comments

Comments
 (0)