Skip to content

Commit f55dd85

Browse files
committed
ci: install CMake on Ubuntu for llama.cpp build
1 parent 8c4f192 commit f55dd85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
17+
- name: Install CMake (Ubuntu)
18+
if: runner.os == 'Linux'
19+
run: sudo apt-get update && sudo apt-get install -y cmake
1720
- uses: dtolnay/rust-toolchain@stable
1821
with:
1922
components: rustfmt, clippy

0 commit comments

Comments
 (0)