You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The keyboard-configuration package is needed later and requires the user to input a number via dpkg-reconfigure, so preinstall it without front-end to avoid blocking the later installations
# Can't use actions/checkout@v2 action here because Ubuntu 16.04 git version is too old, so the action downloads an archive instead of a git repository, and this prevents linuxdeployqt from finding the commit it is built from
echo"/tmp/coredump"| sudo tee /proc/sys/kernel/core_pattern
45
+
#echo "/tmp/coredump" | sudo tee /proc/sys/kernel/core_pattern
47
46
48
47
ulimit -c unlimited
49
48
ulimit -a -S
@@ -52,8 +51,8 @@ ulimit -a -H
52
51
# error handling performed separately
53
52
set +e
54
53
55
-
# print version number
56
-
./linuxdeployqt-*-x86_64.AppImage --version
54
+
# print version number (need to extract the AppImage because we are running in a container, see https://github.com/AppImage/AppImageKit/wiki/FUSE#docker)
0 commit comments