Skip to content

Commit b086cc1

Browse files
committed
Add GCC to container
Required for b2 bootstrap
1 parent e70fde2 commit b086cc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,16 @@ jobs:
133133
find "$BOOST_ROOT"/lib/cmake -type f
134134
echo "BOOST_ROOT=${BOOST_ROOT}" >> $GITHUB_ENV
135135
else
136+
echo "DEBIAN_FRONTEND=noninteractive" >> $GITHUB_ENV
137+
export DEBIAN_FRONTEND=noninteractive
138+
136139
if [ -n "${{matrix.container}}" ] && [ -f "/etc/debian_version" ]; then
137140
apt-get -o Acquire::Retries=5 update
138141
apt-get -o Acquire::Retries=5 -y -q --no-install-suggests --no-install-recommends install \
139142
sudo \
140143
software-properties-common \
141144
bzip2 \
145+
g++ \
142146
git \
143147
make \
144148
wget

0 commit comments

Comments
 (0)