possibly fix build fail because of missing FUSE

feat/vaults
Tomáš Mládek 2021-06-11 16:27:13 +02:00
parent 41e16dfe80
commit 8a711585d5
1 changed files with 5 additions and 2 deletions

View File

@ -65,8 +65,11 @@ package:
stage: release
image: $RUST_IMAGE
before_script:
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage -O /usr/local/bin/linuxdeploy-x86_64.AppImage
- chmod +x /usr/local/bin/linuxdeploy-x86_64.AppImage
- cd /tmp
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
- chmod +x linuxdeploy-x86_64.AppImage
- ./linuxdeploy-x86_64.AppImage --appimage-extract
- ln -s squashfs-root/AppRun /usr/local/bin/linuxdeploy-x86_64.AppImage
script:
- make
artifacts: