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 b29c4ac commit 3703fbcCopy full SHA for 3703fbc
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
run: python -m pip install meson==${{ matrix.meson_version }} ninja
48
49
- name: Install hwloc
50
- run: sudo apt install libhwloc-dev
+ run: sudo apt install libhwloc-dev libcatch-dev libcatch2-dev
51
52
- name: Configure Project
53
run: meson setup builddir/ --buildtype=${{ matrix.build }} -Db_sanitize=${{ matrix.sanitize }} -Db_ndebug=if-release -Dlf_test=true -Db_lundef=false
0 commit comments