We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909beb8 commit aac2956Copy full SHA for aac2956
.github/workflows/build.yml
@@ -40,7 +40,8 @@ jobs:
40
if: matrix.name == 'linux-arm64'
41
42
- name: Add directxtk for xaudio2
43
- run: vcpkg install directxtk[xaudio2redist]:x64-windows
+ # See https://github.com/microsoft/DirectXTK/wiki/Audio#using-the-vcpkg-c-library-manager
44
+ run: vcpkg install directxtk[xaudio2redist]
45
if: matrix.platform == 'windows-2022'
46
47
- name: Build
0 commit comments