Skip to content

Commit e7c176c

Browse files
committed
build: change machine type used to run tests on
1 parent 1af81b2 commit e7c176c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,16 @@ jobs:
412412
name: llama.cpp
413413
path: llama
414414

415-
- name: Install dependencies on Ubuntu
415+
# - name: Install dependencies on Ubuntu
416+
# run: |
417+
# sudo apt-get update
418+
# sudo apt-get install ninja-build cmake
419+
420+
- name: Install dependencies on macOS
421+
if: matrix.config.name == 'macOS'
416422
run: |
417-
sudo apt-get update
418-
sudo apt-get install ninja-build cmake
423+
brew install cmake ninja
424+
alias make=cmake
419425
420426
- name: Install modules
421427
run: npm ci

0 commit comments

Comments
 (0)