Skip to content

Commit 7bb0052

Browse files
committed
Use arm64-android-release triplet for the rel tree similar to other platforms
1 parent 3e29ed7 commit 7bb0052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
brew_extra: libtool
6161
check_disk_space: df -h
6262
- os: ubuntu-24.04
63-
deps_name: arm64-android
63+
deps_name: arm64-android-rel
6464
vcpkg_path: /home/runner/mixxx-vcpkg
6565
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
66-
vcpkg_triplet: arm64-android
66+
vcpkg_triplet: arm64-android-release
6767
vcpkg_host_triplet: x64-linux-release
6868
android_api: 35
6969
android_version: 35.0.0

0 commit comments

Comments
 (0)