mirror of https://github.com/Syncplay/syncplay
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:
parent
c56f77c984
commit
4eececef25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue