Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gespispace committed Apr 13, 2024
1 parent 1479f97 commit 1227e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: "use for pre-release server"
required: false
type: boolean
default: false
default: true

jobs:
build-cmake-linux:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test
run: |
cd build
ctest -L 'main|curl' --verbose --timeout 900
ctest --verbose --timeout 900
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON -DLLAMA_CURL=ON
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON -DLLAMA_CURL=OFF
cmake --build . --config Release --parallel $(nproc)
- name: Upload Artifact
Expand Down

0 comments on commit 1227e22

Please sign in to comment.