fix(ci): appimagetool

This commit is contained in:
technobaboo
2023-07-11 11:11:07 -07:00
parent cee1137269
commit 728573191f

View File

@@ -27,6 +27,12 @@ jobs:
- name: Build server
run: cargo build --release
- name: Install appimagetool
run: |
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(uname -m).AppImage -O /usr/local/bin/appimagetool \
chmod +x /usr/local/bin/appimagetool \
sed -i 's|AI\x02|\x00\x00\x00|' /usr/local/bin/appimagetool
- name: Install cargo-appimage
run: cargo install cargo-appimage