File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ jobs:
2424 sudo apt-get update
2525 sudo apt-get install -y --no-install-recommends \
2626 squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot \
27- git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates
27+ git meson ninja-build python3-pip python3-setuptools python3-wheel python3-distutils ca-certificates
2828 python -m pip install --upgrade pip
2929 python -m pip install --user "appimage-builder==0.8.2"
3030 echo "$HOME/.local/bin" >> $GITHUB_PATH
3131
3232 - name : Build AppImage
3333 run : |
34+ export PATH="/usr/bin:$PATH"
35+ export PYTHON="/usr/bin/python3"
3436 appimage-builder --recipe AppImageBuilder.yml --skip-test
3537
3638 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments