Skip to content

Commit 07db5c9

Browse files
committed
clear(build): change build order
1 parent 0d544b8 commit 07db5c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
make-sycl: LLAMA_ARGS="--target ggml-sycl" LLAMA="-G \"Ninja\" -DGGML_BACKEND_DL=ON -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=icx -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_SYCL=ON"
4141

4242
# Android builds
43-
- os: ubuntu-latest
44-
arch: arm64-v8a
45-
name: android
46-
make: PLATFORM=android ARCH=arm64-v8a
4743
- os: ubuntu-latest
4844
arch: x86_64
4945
name: android
5046
make: PLATFORM=android ARCH=x86_64
5147
sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
48+
- os: ubuntu-latest
49+
arch: arm64-v8a
50+
name: android
51+
make: PLATFORM=android ARCH=arm64-v8a
5252

5353
- os: macos-latest
5454
name: ios

0 commit comments

Comments
 (0)