fix: set github server url
This commit is contained in:
parent
60f70798b9
commit
79bd5bf2aa
1 changed files with 2 additions and 1 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue