From 844554e35b3dcbe4f42ebe41893c5ec746cebaa2 Mon Sep 17 00:00:00 2001 From: Cyril Danilevski Date: Tue, 20 Jul 2021 11:07:55 +0200 Subject: [PATCH] Remove non-needed updates in AppImage action --- .github/workflows/appimage.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 13bd43a5..3605048a 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -15,8 +15,6 @@ jobs: - uses: actions/checkout@v2 - name: Setup AppImage Environment run: | - sudo apt-get update -q - sudo apt-get -y install python3-testresources intltool imagemagick libgirepository1.0-dev wget -c https://github.com/$(wget -q https://github.com/niess/python-appimage/releases/tag/python3.8 -O - | grep "python3.8.*-cp38-cp38-manylinux1_x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) chmod +x ./python3*.AppImage ./python3*.AppImage --appimage-extract