Skip to content

Commit 59077cf

Browse files
committed
CMake argument order
1 parent 3340407 commit 59077cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
mkdir repo/build
6262
cd repo/build
63-
cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_STATIC=ON -DLLAMA_BUILD_SERVER=ON -DCMAKE_BUILD_TYPE=Release ${{ matrix.ssl_defines }} ${{ matrix.avx_defines }}
63+
cmake .. -DCMAKE_BUILD_TYPE=Release -DLLAMA_NATIVE=OFF -DLLAMA_STATIC=ON -DLLAMA_BUILD_SERVER=ON ${{ matrix.ssl_defines }} ${{ matrix.avx_defines }}
6464
cmake --build . --config Release --target server -j ${{ steps.cpu-cores.outputs.count }}
6565
strip bin/server
6666
shell: alpine.sh {0}

0 commit comments

Comments
 (0)