File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 workflow_dispatch :
66jobs :
77 build :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-22 .04
99 steps :
1010 - uses : actions/checkout@v3
1111 with :
Original file line number Diff line number Diff line change 1414 os : ["ubuntu-latest"]
1515 target : ["NoUI", "Debug"]
1616 include :
17- - os : ubuntu-20 .04
17+ - os : ubuntu-22 .04
1818 target : Release
1919 steps :
2020 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717
1818echo " Starting appimage build, folder is $APPDIR with version $VERSION "
1919
20+ # AppImage still needs libfuse2. See https://github.com/AppImage/AppImageKit/issues/1235.
21+ sudo apt-get install -y libfuse2
22+
2023# TODO: AppStream metainfo
2124PYVER=$( ldd $APPDIR /usr/bin/fontforge | grep -Eom1 ' python[0-9\.]+[0-9]+' | head -1 | cut -c 7-)
2225echo " FontForge built against Python $PYVER "
You can’t perform that action at this time.
0 commit comments