chore: Another dep

main
Sean McBride 4 years ago
parent ffe3929687
commit c9f29f650b

@ -23,7 +23,7 @@ jobs:
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" bash $LLVM_VERSION
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$LLVM_VERSION 100
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-$LLVM_VERSION 100
sudo apt-get install libc++-10-dev libc++-dev libc++abi-dev --yes
sudo apt-get install libc++1-10 libc++-10-dev libc++-dev libc++abi-dev --yes
# not really sure why we need to modify this
PATH=/usr/bin:$PATH
llvm-config --version

Loading…
Cancel
Save