We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb056 commit 86921edCopy full SHA for 86921ed
.github/workflows/build.yml
@@ -26,16 +26,9 @@ jobs:
26
- name: Set up Python ${{ matrix.python-version }}
27
run: uv python install ${{ matrix.python-version }}
28
29
- - name: Install system dependencies (Ubuntu)
30
- if: matrix.os == 'ubuntu-latest'
+ - name: Install system dependencies
31
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
+ bash src/libCacheSim/scripts/install_dependency.sh
39
40
- name: Build and test with uv
41
0 commit comments