Skip to content

Commit 1889d0d

Browse files
committed
Fix wget CA validation issue
1 parent c391445 commit 1889d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ case "$ARCH" in
7676
esac
7777

7878
# build release formats
79-
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
80-
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
79+
curl -LO https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
80+
curl -LO https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
8181

8282
VERSION=$(src/cli/ail-cli --version | awk '{print $3}')
8383

0 commit comments

Comments
 (0)