Skip to content

Commit f7e0b19

Browse files
committed
Added distutils to the workflow
1 parent 01d85c8 commit f7e0b19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux-appimage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)