Skip to content

Commit 3703fbc

Browse files
committed
test
1 parent b29c4ac commit 3703fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: python -m pip install meson==${{ matrix.meson_version }} ninja
4848

4949
- name: Install hwloc
50-
run: sudo apt install libhwloc-dev
50+
run: sudo apt install libhwloc-dev libcatch-dev libcatch2-dev
5151

5252
- name: Configure Project
5353
run: meson setup builddir/ --buildtype=${{ matrix.build }} -Db_sanitize=${{ matrix.sanitize }} -Db_ndebug=if-release -Dlf_test=true -Db_lundef=false

0 commit comments

Comments
 (0)