We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26dec8 commit edc5f4eCopy full SHA for edc5f4e
.github/workflows/linux.yml
@@ -7,7 +7,8 @@ on:
7
- main
8
jobs:
9
build-linux:
10
- runs-on: ubuntu-latest
+ # AppImage requires ubuntu focal
11
+ runs-on: ubuntu-20.04
12
steps:
13
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
14
- uses: jurplel/install-qt-action@b3ea5275e37b734d027040e2c7fe7a10ea2ef946
.github/workflows/tag-and-release.yml
@@ -12,7 +12,8 @@ jobs:
git tag "v$VERSION"
git push origin "v$VERSION"
build-linux-release:
15
16
17
18
19
0 commit comments