fix: don't use actions/checkout
This commit is contained in:
parent
891e5bf5ee
commit
a2bac7b46b
1 changed files with 1 additions and 7 deletions
|
|
@ -15,13 +15,7 @@ jobs:
|
|||
environment: pypi
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: "pygobject/pycairo"
|
||||
github-server-url: "https://github.com"
|
||||
token: ""
|
||||
ssh-key: ""
|
||||
persist-credentials: false
|
||||
- run: git clone --depth=1 https://github.com/pygobject/pycairo .
|
||||
|
||||
- name: Set up development headers
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue