mirror of https://github.com/searx/searx
fix path to manage script in GH workflow
This commit is contained in:
parent
58bcd685c3
commit
e9a390f5d2
|
@ -40,7 +40,7 @@ jobs:
|
|||
env:
|
||||
FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }}
|
||||
run: |
|
||||
V=1 manage pyenv.cmd python "$FETCH_SCRIPT"
|
||||
V=1 ./manage pyenv.cmd python "$FETCH_SCRIPT"
|
||||
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
|
|
Loading…
Reference in New Issue