Skip to content

Commit

Permalink
Fix msys pipeline (libproxy#7)
Browse files Browse the repository at this point in the history
Force Python 3.9 to avoid pipeline errors with recent Python
  • Loading branch information
janbrummer committed Mar 27, 2023
1 parent 4d40e2c commit b1b6f88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
mingw-w64-x86_64-libsoup3
mingw-w64-x86_64-libpeas
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Build and Test
# Disable docs for the moment until msys2 gi-docgen update has landed
run: |
Expand Down

0 comments on commit b1b6f88

Please sign in to comment.