Skip to content

Commit d7e0108

Browse files
committed
gcc
1 parent dd637dd commit d7e0108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile.trixie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get install -y --no-install-recommends \
1717

1818
# GCC
1919
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GPP_VERSION} 100 \
20-
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION}} 100
20+
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 100
2121

2222
# Python
2323
RUN apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)