Skip to content

Commit 95834a5

Browse files
committed
Revert "Update release.yml"
This reverts commit b28a7e4.
1 parent b28a7e4 commit 95834a5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,21 @@ jobs:
1313
submodules: true
1414

1515
- name: Set up Java
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v3
1717
with:
1818
distribution: "oracle"
1919
java-version: "21"
2020

21-
- name: Set up Python
22-
uses: actions/setup-python@v4
23-
with:
24-
python-version: '3.x'
21+
# - name: Set up Python
22+
# uses: actions/setup-python@v4
23+
# with:
24+
# python-version: '3.x'
25+
26+
- name: Set up Python and FontForge
27+
run: |
28+
sudo apt-get install -y software-properties-common
29+
sudo add-apt-repository ppa:fontforge/fontforge
30+
sudo apt-get install -y python3 fontforge python3-fontforge
2531
2632
- name: Set up Node.js
2733
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)