Skip to content

Commit

Permalink
XXX: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jan 31, 2025
1 parent 97684e9 commit afcefee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers/github-action-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:22.04 as base
ENV LLVM_SYSROOT=/opt/llvm

FROM base as ci-container
RUN sudo apt-get update && sudo apt-get install clang
RUN apt-get update && apt-get install clang

FROM ci-container as stage1-toolchain
ENV LLVM_VERSION=19.1.5
Expand Down

0 comments on commit afcefee

Please sign in to comment.