Skip to content

Commit b28a7e4

Browse files
committed
Update release.yml
1 parent 8c3b165 commit b28a7e4

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/release.yml

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

1515
- name: Set up Java
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
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'
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
21+
- name: Set up Python
22+
uses: actions/setup-python@v4
23+
with:
24+
python-version: '3.x'
3125

3226
- name: Set up Node.js
3327
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)