Skip to content

Commit 13478bf

Browse files
authored
Update cmake-android.yml
1 parent 49a0311 commit 13478bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake-android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ jobs:
5656
cd DirectXTex
5757
git clone https://github.com/microsoft/vcpkg.git
5858
./vcpkg/bootstrap-vcpkg.sh
59+
./vcpkg/vcpkg install directxmath --allow-unsupported --triplet=arm64-android
5960
./vcpkg/vcpkg install libpng --triplet=arm64-android
6061
./vcpkg/vcpkg install libjpeg-turbo --triplet=arm64-android
61-
./vcpkg/vcpkg install openexr --triplet=arm64-android
62+
./vcpkg/vcpkg install openexr --triplet=arm64-android
63+
./vcpkg/vcpkg install directxmath --allow-unsupported -triplet=x64-android
6264
./vcpkg/vcpkg install libpng --triplet=x64-android
6365
./vcpkg/vcpkg install libjpeg-turbo --triplet=x64-android
6466
./vcpkg/vcpkg install openexr --triplet=x64-android

0 commit comments

Comments
 (0)