Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up latest harfbuzz
uses: notofonts/install-harfbuzz-action@main
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: "3.11"
- name: Install the latest version of uv
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Install xml2/xslt/cairo dev
run: sudo apt-get update && sudo apt-get install libxml2-dev libxslt1-dev libcairo2-dev
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: "3.11"
- name: Install the latest version of uv
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Set up diffenator3
uses: notofonts/install-diffenator3-action@main
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: "3.11"
- name: Install the latest version of uv
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
path: out
continue-on-error: true
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: "3.11"
- name: Install the latest version of uv
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: "3.11"
- run: pip3 install 'git+https://github.com/googlefonts/gftools'
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
fi
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: "3.11"
- run: pip3 install 'git+https://github.com/googlefonts/gftools#egg=gftools'
Expand Down
Loading