Skip to content

Commit

Permalink
Fix for font-scanner arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo authored Dec 5, 2024
1 parent f95a5f0 commit 6d717f6
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 @@ -92,7 +92,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
apt -q install -y 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 6d717f6

Please sign in to comment.