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

Commit b0431ce

Browse files
committed
fix(ci): Update ./install_deps.sh as step
1 parent 17b4d5e commit b0431ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Build
4040
id: make_build
4141
run: |
42+
./install_deps.sh
4243
mkdir build && cd build
4344
cmake ..
4445
CC=gcc-8 make -j $(nproc)
@@ -61,6 +62,7 @@ jobs:
6162
- name: Build
6263
id: cmake_build
6364
run: |
65+
./install_deps.sh
6466
mkdir build && cd build
6567
cmake -DLLAMA_METAL=OFF ..
6668
CC=gcc-8 make -j $(nproc)

0 commit comments

Comments
 (0)