we need to run apt-get headless with -yq
Some checks failed
Build ptprnt / build (push) Failing after 24s

This commit is contained in:
2023-09-25 18:56:57 +02:00
parent fd5713c742
commit 903a188c42

View File

@@ -11,9 +11,9 @@ jobs:
- name: Update package cache
run: apt-get update
- name: install meson
run: apt-get install meson
run: apt-get -yq install meson
- name: Install build dependencies
run: apt-get install libusb-dev libspdlog-dev libpango1.0-dev libcairo2-dev gcovr
run: apt-get -yq install libusb-dev libspdlog-dev libpango1.0-dev libcairo2-dev gcovr
- name: setup builddir
run: meson setup builddir -Db_coverage=true
- name: build all targets