File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6969 linux :
7070 name : Package Linux
7171 runs-on : ubuntu-latest
72+ container : ubuntu:20.04
7273 strategy :
7374 matrix :
7475 runtime : [linux-x64, linux-arm64]
7778 uses : actions/checkout@v4
7879 - name : Download package dependencies
7980 run : |
80- sudo add-apt-repository universe
81- sudo apt-get update
82- sudo apt-get install desktop-file-utils rpm libfuse2
81+ export DEBIAN_FRONTEND=noninteractive
82+ ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
83+ apt-get update
84+ apt-get install -y curl wget git dpkg-dev fakeroot tzdata zip unzip desktop-file-utils rpm libfuse2 file build-essential binutils
8385 - name : Download build
8486 uses : actions/download-artifact@v4
8587 with :
8991 env :
9092 VERSION : ${{ inputs.version }}
9193 RUNTIME : ${{ matrix.runtime }}
94+ APPIMAGE_EXTRACT_AND_RUN : 1
9295 run : |
9396 mkdir build/SourceGit
9497 tar -xf "build/sourcegit.${{ matrix.runtime }}.tar" -C build/SourceGit
You can’t perform that action at this time.
0 commit comments