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 3703fbc commit 4bf2506Copy full SHA for 4bf2506
.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 libcatch-dev libcatch2-dev
+ run: sudo apt install libhwloc-dev catch2
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