We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28a7e4 commit 95834a5Copy full SHA for 95834a5
.github/workflows/release.yml
@@ -13,15 +13,21 @@ jobs:
13
submodules: true
14
15
- name: Set up Java
16
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v3
17
with:
18
distribution: "oracle"
19
java-version: "21"
20
21
- - name: Set up Python
22
- uses: actions/setup-python@v4
23
- with:
24
- python-version: '3.x'
+ # - name: Set up Python
+ # uses: actions/setup-python@v4
+ # with:
+ # 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
31
32
- name: Set up Node.js
33
uses: actions/setup-node@v4
0 commit comments