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 d686fc9 commit 08b6bd2Copy full SHA for 08b6bd2
2 files changed
.github/docker/clang/Dockerfile
@@ -4,7 +4,7 @@ ARG USER=ci
4
5
RUN apt-get update && apt-get install -y --no-install-recommends \
6
ca-certificates curl git \
7
- build-essential \
+ build-essential unzip \
8
clang lld ninja-build sudo \
9
python3 python3-pip cmake \
10
&& rm -rf /var/lib/apt/lists/*
.github/docker/gcc/Dockerfile
@@ -5,7 +5,7 @@ ARG USER=ci
build-essential gcc g++ \
- lld ninja-build sudo \
+ lld ninja-build sudo unzip \
11
0 commit comments