we need to run apt-get headless with -yq
Some checks failed
Build ptprnt / build (push) Failing after 24s
Some checks failed
Build ptprnt / build (push) Failing after 24s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user