1 Commits

Author SHA1 Message Date
82acb78690 test pr merging with failed action
Some checks failed
Build ptprnt / build (push) Failing after 1m1s
2023-09-25 20:00:47 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -25,3 +25,5 @@ jobs:
run: ninja -C builddir coverage-text
- name: Coverage report
run: cat ./builddir/meson-logs/coverage.txt
- name: intended-fail
run: false

View File

@@ -15,6 +15,7 @@ This project requires:
Install dependencies on Arch Linux
``` bash
pacman -S libusb spdlog pango cairo meson gcovr
```
Install dependencies on Debian/Ubuntu