Skip to content

Commit 815659c

Browse files
committed
ci: fix #2
1 parent ab19396 commit 815659c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/deps/os/ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sudo apt -y install \
88
python3 \
99
python3-pip
1010

11+
sudo apt -y purge libc++* clang*
1112
wget --directory-prefix /tmp https://apt.llvm.org/llvm.sh
1213
chmod +x /tmp/llvm.sh
1314
sudo /tmp/llvm.sh 20
@@ -16,7 +17,6 @@ sudo apt -y install \
1617
clang-format-20 \
1718
libclang-20-dev \
1819
llvm-20-dev
19-
sudo apt -y purge libc++*
2020

2121
wget --directory-prefix /tmp https://launchpad.net/ubuntu/+archive/primary/+files/iwyu_8.23-1_amd64.deb
2222
sudo dpkg -i /tmp/iwyu_8.23-1_amd64.deb

0 commit comments

Comments
 (0)