Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Dec 10, 2024
1 parent 7fa1d13 commit 3bd2d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-24.04-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN if [ "${gcc_version}" = "" ]; then \
add-apt-repository ppa:ubuntu-toolchain-r/volatile; \
fi; \
apt-get update -y -q && \
if [ "${gcc_version}" -eq "snapshot" ]; then \
if [ "${gcc_version}" == "snapshot" ]; then \
apt-get install -y -q --no-install-recommends \
gcc-${gcc_version} && \
else \
Expand Down

0 comments on commit 3bd2d90

Please sign in to comment.