We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f56fcb commit ca96a3fCopy full SHA for ca96a3f
run-vmtest/install-dependencies.sh
@@ -2,6 +2,7 @@
2
3
set -euo pipefail
4
5
+LLVM_VERSION=${LLVM_VERSION:-21}
6
VMTEST_RELEASE=${VMTEST_RELEASE:-v0.18.0}
7
VMTEST_URL="https://github.com/danobi/vmtest/releases/download/${VMTEST_RELEASE}/vmtest-$(uname -m)"
8
sudo curl -L $VMTEST_URL -o /usr/bin/vmtest
0 commit comments