Skip to content

Commit

Permalink
Revert "Update release.yml"
Browse files Browse the repository at this point in the history
This reverts commit b28a7e4.
  • Loading branch information
quiple committed Oct 21, 2024
1 parent b28a7e4 commit 95834a5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ jobs:
submodules: true

- name: Set up Java
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
distribution: "oracle"
java-version: "21"

- 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@v4
Expand Down

0 comments on commit 95834a5

Please sign in to comment.