Skip to content

Commit

Permalink
Fix missing apt-get arm
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo authored Jan 27, 2025
1 parent 3466403 commit 8632b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo apt update
apt -q update
echo apt install
apt -q install -y wget git python3 make g++ ruby-dev build-essential jq libfontconfig1-dev
apt -q install -y --fix-missing wget git python3 make g++ ruby-dev build-essential jq libfontconfig1-dev
# /~https://github.com/electron-userland/electron-builder/issues/6116#issuecomment-1091205145
gem install fpm
run: |
Expand Down

0 comments on commit 8632b80

Please sign in to comment.