Skip to content

Commit

Permalink
v2.389
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple committed Oct 6, 2023
1 parent 78d504e commit 392b6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
# with:
# python-version: '3.x'

- name: Set up Python, FontForge and ImageMagick
- name: Set up Python and FontForge
run: |
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:fontforge/fontforge
sudo apt-get install -y python3 fontforge python3-fontforge imagemagick
sudo apt-get install -y python3 fontforge python3-fontforge
- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 392b6fc

Please sign in to comment.