Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 43c8c56

Browse files
committed
Hotfix for nitro v0.3.16
1 parent 8c81fbb commit 43c8c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: "0 20 * * *" # At 8 PM UTC, which is 3 AM UTC+7
66
push:
7-
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
7+
tags: ["v[0-9]+.[0-9]+.[0-9]+-*"]
88
paths:
99
[
1010
".github/scripts/**",
@@ -622,7 +622,7 @@ jobs:
622622
cmake --build ./build_deps/nitro_deps --config Release
623623
mkdir -p build
624624
cd build
625-
cmake .. %INSTRUCTION% -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RELEASE -DWHISPER_SDL2=ON -DNITRO_VERSION=${{ needs.set-nitro-version.outputs.version }}
625+
cmake .. %INSTRUCTION% -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RELEASE -DWHISPER_SDL2=ON -DWHISPER_CUBLAS=ON -DNITRO_VERSION=${{ needs.set-nitro-version.outputs.version }}
626626
cmake --build . --config Release -j "%NUMBER_OF_PROCESSORS%"
627627
628628
- name: Pack artifacts

0 commit comments

Comments
 (0)