fix(ci): move patches to a patch file
This commit is contained in:
parent
02df6ba049
commit
3624c67465
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Patch aar-doc
|
||||
run: |
|
||||
cd /usr/local/lib/python3.*/dist-packages/
|
||||
patch -p1 < $OLDPWD/.forgejo/workflows/aardoc.patch
|
||||
patch -p0 < $OLDPWD/.forgejo/workflows/aardoc.patch
|
||||
|
||||
- name: Set version in galaxy.yml
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue