Skip to content

Commit dc3d685

Browse files
committed
add appimagetool
1 parent 6a89fcb commit dc3d685

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/matrix_builds.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ jobs:
147147
-o /tmp/squishy && sudo mv /tmp/squishy /usr/local/bin/squishy && sudo chmod +x /usr/local/bin/squishy
148148
squishy --version || true
149149
150+
# Install appimagetool
151+
curl -fsSL "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${NATIVE_ARCH}.AppImage" \
152+
-o /tmp/appimagetool && sudo mv /tmp/appimagetool /usr/local/bin/appimagetool && sudo chmod +x /usr/local/bin/appimagetool
153+
appimagetool --version || true
154+
150155
# Setup minisign key if available
151156
if [[ -n "${MINISIGN_KEY:-}" ]]; then
152157
mkdir -p "${HOME}/.minisign"

0 commit comments

Comments
 (0)