Skip to content

Commit

Permalink
ci: Fix ubuntu build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Jan 22, 2025
1 parent 271c81b commit 68bd167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta/scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
export DEBIAN_FRONTEND=noninteractive

apt update
apt install build-essential git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86 mtools liburing-dev ccache jq
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 19
apt install build-essential git ninja-build libsdl2-dev nasm liburing-dev ccache jq
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 19 all

0 comments on commit 68bd167

Please sign in to comment.