Aggiorna .forgejo/workflows/build.yml
Some checks failed
Build and Publish Debian Package / build (push) Has been cancelled
Some checks failed
Build and Publish Debian Package / build (push) Has been cancelled
This commit is contained in:
parent
b7aaf2253b
commit
a5db9d457d
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Debug file structure
|
||||||
|
run: ls -R
|
||||||
|
|
||||||
|
- name: Debug pwd
|
||||||
|
run: pwd
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue