Skip to content

Commit e602dfe

Browse files
committed
meta: Bump llvm to 20.
1 parent d11aa24 commit e602dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/scripts/setup-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export DEBIAN_FRONTEND=noninteractive
66

77
apt-get update -y --no-install-recommends
88
apt-get install -y --no-install-recommends ccache build-essential git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86 mtools liburing-dev
9-
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 19 all
9+
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 20 all

0 commit comments

Comments
 (0)