Skip to content

Commit

Permalink
Use same LLVM version as cutter-deps build.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Jan 17, 2025
1 parent b5893b4 commit 865a73e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build-linux-old/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ if [ "$image" = "ubuntu:18.04" ]; then
libglu1-mesa-dev \
freeglut3-dev \
mesa-common-dev \
libclang-8-dev \
llvm-8
ln -s /usr/bin/llvm-config-8 /usr/bin/llvm-config
libclang-10-dev \
llvm-10
ln -s /usr/bin/llvm-config-10 /usr/bin/llvm-config
fi
if [ "$image" = "ubuntu:18.04" ] || [ "$image" = "ubuntu:20.04" ]; then
# install additional packages needed for appimage
Expand Down

0 comments on commit 865a73e

Please sign in to comment.