diff --git a/travis-ci/vmtest/run_vmtest.sh b/travis-ci/vmtest/run_vmtest.sh index 91d201c..8bf501a 100755 --- a/travis-ci/vmtest/run_vmtest.sh +++ b/travis-ci/vmtest/run_vmtest.sh @@ -23,7 +23,7 @@ sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal mai sudo apt-get update sudo apt-get install --allow-downgrades -y libc6=2.31-0ubuntu9.2 sudo aptitude install -y g++ libelf-dev -sudo aptitude install -y clang-14 lld-14 llvm-14 +sudo aptitude install -y clang-14 llvm-14 travis_fold end install_clang