CI is not compiling
Closed this issue · 1 comments
herod2k commented
probonopd commented
https://github.com/probonopd/Zoom.AppImage/blob/master/.github/workflows/main.yml
As pointed out in actions/runner-images#4313 (comment) once can use
container:
image: ubuntu:16.04
In this case it may not be necessary though, since the base system should have no impact on the generated AppImage when using pkg2appimage
. Hence switching to ubuntu-18.04
will probably do the trick.