We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98d98c commit e110527Copy full SHA for e110527
ci/install-deps.sh
@@ -125,7 +125,7 @@ esac
125
126
patchelf_arch="${patchelf_arch:-$cmake_arch}"
127
128
-curl -L https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.29.6-ubuntu-focal-"${cmake_arch}".tar.gz | \
+curl -L https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.29.6-ubuntu-jammy-"${cmake_arch}".tar.gz | \
129
tar xz --strip-components=1 -C /usr
130
131
curl -L https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0-"$patchelf_arch".tar.gz | tar xz -C/usr/local
0 commit comments