From 453705a593166b82a1d6f9a84023d44660a6fe09 Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Wed, 21 Sep 2022 22:19:16 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1ef02f..822aa6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,8 +65,6 @@ jobs: fi done elif [ "$RUNNER_OS" == "Linux" ]; then - gem install fpm - export USE_SYSTEM_FPM=true env ELECTRON_BUILDER_EXTRA_ARGS="--arm64 --x64" make build cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.amd64.deb releasefiles/OpenLens-${{ env.LENS_VERSION }}.deb