We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d765421 commit 46258f6Copy full SHA for 46258f6
.github/workflows/tools/build-appimage
@@ -28,9 +28,9 @@ fi
28
./tools/build-codecs libcdio libcdio-paranoia
29
30
# Build libcurl
31
-wget -c https://curl.se/download/curl-8.9.1.tar.bz2
32
-tar xfj curl-8.9.1.tar.bz2
33
-cd curl-8.9.1
+wget -c https://curl.se/download/curl-8.11.0.tar.bz2
+tar xfj curl-8.11.0.tar.bz2
+cd curl-8.11.0
34
35
if [ $AppImageArch = i686 ]; then
36
CFLAGS="-m32" ./configure --with-ssl --without-librtmp --without-libpsl --disable-ldap
0 commit comments