Skip to content

Commit aa11846

Browse files
authored
Update build.yml
1 parent 91dcd63 commit aa11846

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,5 +1485,9 @@ jobs:
14851485
14861486
mkdir build
14871487
cd build
1488-
cmake -B .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DGGML_CANN=on -DGGML_NATIVE=OFF -DSOC_TYPE=${{ matrix.device }}
1488+
cmake .. \
1489+
-DCMAKE_BUILD_TYPE=${{ matrix.build }}\
1490+
-DGGML_CANN=on\
1491+
-DGGML_NATIVE=OFF\
1492+
-DSOC_TYPE=${{ matrix.device }}
14891493
cmake --build .

0 commit comments

Comments
 (0)