diff --git a/.github/workflows/appimage-build.yml b/.github/workflows/appimage-build.yml index 078269fb71..336d7af96d 100644 --- a/.github/workflows/appimage-build.yml +++ b/.github/workflows/appimage-build.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: appimage: name: ${{ matrix.config.name }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -50,7 +50,9 @@ jobs: shell: bash - name: Check Talipot AppImage can be executed on Ubuntu working-directory: ./build - run: xvfb-run bash -c "./$(ls Talipot*.AppImage) --check-application-starts --debug-plugins-load" + run: | + sudo apt install libfuse2 + xvfb-run bash -c "./$(ls Talipot*.AppImage) --check-application-starts --debug-plugins-load" - name: Check Talipot AppImage can be executed on Fedora uses: addnab/docker-run-action@v3 with: