Skip to content

Commit a262fc5

Browse files
committed
Why oh why would the actions make this easy
1 parent 7d44cf1 commit a262fc5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11+
# This repo owns its own Python environment so fonttools makes it to our interpreter.
12+
# If we don't have this package, the symbols font subset cannot be generated at build time.
13+
- uses: actions/setup-python@v6
14+
with:
15+
python-version: "3.x"
1116
- name: Install fonttools
1217
run: python3 -m pip install fonttools
1318
- uses: secondlife/action-autobuild@v5
1419
with:
1520
platform: common
21+
setup-python: false
1622
release:
1723
needs: build
1824
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)