Skip to content

Commit b634b4b

Browse files
authored
Merge pull request #10 from arthw/fix_yaml
fix format
2 parents 7b8f354 + c8fdcc6 commit b634b4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ env:
3333
LLAMA_LOG_TIMESTAMPS: 1
3434

3535
jobs:
36-
3736
ubuntu-cpu-cmake:
3837
strategy:
3938
matrix:
@@ -334,7 +333,7 @@ jobs:
334333
-DGGML_SYCL_F16=ON
335334
cmake --build build --config Release -j $(nproc)
336335
337-
windows-latest-cmake-sycl:
336+
windows-latest-cmake-sycl:
338337
runs-on: windows-latest
339338

340339
defaults:

0 commit comments

Comments
 (0)