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 e70fde2 commit b086cc1Copy full SHA for b086cc1
.github/workflows/unit-tests.yml
@@ -133,12 +133,16 @@ jobs:
133
find "$BOOST_ROOT"/lib/cmake -type f
134
echo "BOOST_ROOT=${BOOST_ROOT}" >> $GITHUB_ENV
135
else
136
+ echo "DEBIAN_FRONTEND=noninteractive" >> $GITHUB_ENV
137
+ export DEBIAN_FRONTEND=noninteractive
138
+
139
if [ -n "${{matrix.container}}" ] && [ -f "/etc/debian_version" ]; then
140
apt-get -o Acquire::Retries=5 update
141
apt-get -o Acquire::Retries=5 -y -q --no-install-suggests --no-install-recommends install \
142
sudo \
143
software-properties-common \
144
bzip2 \
145
+ g++ \
146
git \
147
make \
148
wget
0 commit comments