Skip to content

Commit 86921ed

Browse files
committed
Fix build workflow
1 parent b5fb056 commit 86921ed

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,9 @@ jobs:
2626
- name: Set up Python ${{ matrix.python-version }}
2727
run: uv python install ${{ matrix.python-version }}
2828

29-
- name: Install system dependencies (Ubuntu)
30-
if: matrix.os == 'ubuntu-latest'
29+
- name: Install system dependencies
3130
run: |
32-
sudo apt-get update
33-
sudo apt-get install -y pkg-config libglib2.0-dev libzstd-dev
34-
35-
- name: Install system dependencies (macOS)
36-
if: matrix.os == 'macos-latest' || matrix.os == 'macos-14'
37-
run: |
38-
brew install glib pkg-config zstd argp-standalone
31+
bash src/libCacheSim/scripts/install_dependency.sh
3932
4033
- name: Build and test with uv
4134
run: |

0 commit comments

Comments
 (0)