Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple committed Jan 8, 2023
1 parent 73c1548 commit c5284eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ jobs:
distribution: 'zulu'
java-version: '18'

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: '3.x'

- 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
- name: Set up Node.js
uses: actions/setup-node@v3
Expand All @@ -40,12 +46,6 @@ jobs:
- name: Set up BeautifulSoup
run: pip3 install bs4

- name: Set up FontForge
run: |
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:fontforge/fontforge
sudo apt-get install -y fontforge python3-fontforge

- name: Clean up distribution files
run: |
Expand Down

0 comments on commit c5284eb

Please sign in to comment.