Skip to content

Commit

Permalink
Fix wget CA validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 26, 2024
1 parent c391445 commit 1889d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ case "$ARCH" in
esac

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

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

Expand Down

0 comments on commit 1889d0d

Please sign in to comment.