Switch back to vendored fpm (#2661)

This commit is contained in:
Michael Telatynski
2025-10-27 12:50:44 +00:00
committed by GitHub
parent ac3ccf47a3
commit 820c699fb9
-7
View File
@@ -175,13 +175,6 @@ jobs:
echo "ED_DEBIAN_CHANGELOG=changelog.Debian" >> $GITHUB_ENV
fi
# Workaround for https://github.com/electron-userland/electron-builder/issues/6116
# and https://github.com/electron-userland/electron-builder/issues/5721
- name: Install fpm
run: |
sudo gem install fpm
echo "USE_SYSTEM_FPM=true" >> $GITHUB_ENV
- name: Build App
run: yarn build --publish never ${{ steps.config.outputs.build-args }} -l ${{ inputs.targets }}
env: