Fix build errors for explicitly using libfmt
Some checks failed
Build ptprnt / build (push) Failing after 35s

This commit is contained in:
2023-11-19 14:22:48 +01:00
parent dd496a325b
commit e2c524f7c9
7 changed files with 12 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: install meson
run: apt-get -yq install meson
- name: Install build dependencies
run: apt-get -yq install libusb-1.0-0-dev libspdlog-dev libpango1.0-dev libcairo2-dev gcovr
run: apt-get -yq install libusb-1.0-0-dev libspdlog-dev libfmt-dev libpango1.0-dev libcairo2-dev gcovr
- name: setup builddir
run: meson setup builddir -Db_coverage=true
- name: build all targets