Skip to content

Commit 5610af0

Browse files
committed
Fix workflow
1 parent 6e66ac1 commit 5610af0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/docker/clang/Dockerfile-arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG USER=ci
44

55
RUN pacman -Syu --noconfirm \
66
ca-certificates curl git \
7-
clang make unzip \ # Equivalent to build-essential, clang, etc.
7+
clang make unzip \
88
ninja sudo python3 cmake \
99
&& rm -rf /var/cache/pacman/pkg/
1010

.github/docker/gcc/Dockerfile-arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG USER=ci
44

55
RUN pacman -Syu --noconfirm \
66
ca-certificates curl git \
7-
gcc make unzip \ # Equivalent to build-essential, clang, etc.
7+
gcc make unzip \
88
ninja sudo python3 cmake \
99
&& rm -rf /var/cache/pacman/pkg/
1010

0 commit comments

Comments
 (0)