fix: set github server url

This commit is contained in:
Oskar Manhart 2025-05-17 11:10:27 +02:00
parent 60f70798b9
commit 79bd5bf2aa

View file

@ -17,7 +17,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
repository: "https://github.com/pygobject/pycairo" repository: "pygobject/pycairo"
github-server-url: "https://github.com"
- name: Set up development headers - name: Set up development headers
run: | run: |