Build AppImage on Ubuntu 18.04

Temporary workaround for AppImage built on Ubuntu 20.04 crashing with segmentation fault. #401
This commit is contained in:
Daniel Wróbel 2021-03-09 19:03:31 +01:00 committed by GitHub
parent c56f77c984
commit 4eececef25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ jobs:
appimage: appimage:
name: Build AppImage name: Build AppImage
runs-on: ubuntu-latest runs-on: ubuntu-18.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2