Skip to content

Commit afcb5d8

Browse files
committed
Removed unnecessary 'python3-distutils' dependency from linux-appimage.yml to streamline the installation process.
1 parent 3ee9b1b commit afcb5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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 python3-distutils ca-certificates \
27+
git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates \
2828
libgtksourceview-5-dev libgtk-4-dev libadwaita-1-dev libglib2.0-dev libpango1.0-dev pkg-config gobject-introspection
2929
python -m pip install --upgrade pip
3030
python -m pip install --user "appimage-builder==0.8.2"

0 commit comments

Comments
 (0)