ci: missed one self-hosted step

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo 2026-03-24 14:25:10 +08:00
parent c06031138f
commit 231d441a4a
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -91,11 +91,6 @@ jobs:
id: checkout
uses: actions/checkout@v6
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y ninja-build
- name: Test
id: ggml-ci
run: |