We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11aa24 commit e602dfeCopy full SHA for e602dfe
meta/scripts/setup-ubuntu.sh
@@ -6,4 +6,4 @@ export DEBIAN_FRONTEND=noninteractive
6
7
apt-get update -y --no-install-recommends
8
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
+bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 20 all
0 commit comments