Skip to content

Commit

Permalink
ci: fix build error due to new Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Oct 19, 2024
1 parent a4098b0 commit d3a2939
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
fetch-depth: 0
fetch-tags: true

# Workaround for https://github.com/rust-skia/rust-skia/issues/1049
- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Set up GCC
if: startsWith(matrix.rid, 'linux-')
uses: egor-tensin/[email protected]
Expand Down

0 comments on commit d3a2939

Please sign in to comment.