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 17bf20d commit 9fd5c63Copy full SHA for 9fd5c63
.github/workflows/action-cpp.yml
@@ -72,7 +72,9 @@ jobs:
72
- uses: actions/checkout@v3
73
# install dependencies
74
- name: devel-pkgs
75
- run: apt-get update -y && apt-get install -yq python-nautilus make cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools gcc g++
+ run: |
76
+ echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections &&
77
+ apt-get update -y && apt-get install -yq python-nautilus binutils make cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools gcc g++
78
# build project
79
- name: mkdir
80
run: mkdir cmake-build-release
0 commit comments