Skip to content

Commit

Permalink
Add apt-add-repository for llvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Dec 27, 2024
1 parent d210ddf commit 1b1ca43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
gcc \
libstdc++6 \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get install -y --no-install-recommends \
RUN apt-add-repository -y "deb http://apt.llvm.org/`lsb_release -cs`/ llvm-toolchain-`lsb_release -cs`-$LLVM_VERSION main" && \
apt-get install -y --no-install-recommends \
llvm-18 \
&& rm -rf /var/lib/apt/lists/*
EOF
Expand Down

0 comments on commit 1b1ca43

Please sign in to comment.