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 8c3b165 commit b28a7e4Copy full SHA for b28a7e4
.github/workflows/release.yml
@@ -13,21 +13,15 @@ jobs:
13
submodules: true
14
15
- name: Set up Java
16
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
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'
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
+ - name: Set up Python
+ uses: actions/setup-python@v4
+ with:
+ python-version: '3.x'
31
32
- name: Set up Node.js
33
uses: actions/setup-node@v4
0 commit comments