Skip to content

Commit 93fe4be

Browse files
update worklow
1 parent 651509b commit 93fe4be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
env:
20-
OPENCL_VERSION: 2023.12.14
20+
OPENCL_VERSION: 2025.07.22
2121

2222
strategy:
2323
matrix:
@@ -99,7 +99,7 @@ jobs:
9999
cd llama.cpp
100100
git checkout hexagon
101101
cp docs/backend/hexagon/CMakeUserPresets.json .
102-
cmake --preset arm64-android-snapdragon-release -b build
102+
cmake --preset arm64-android-snapdragon-release -B build
103103
cmake --build build
104104
105105
- name: Test

0 commit comments

Comments
 (0)