Updated build workflow for gitea
Some checks failed
Build python package / Build (push) Failing after 17s
Some checks failed
Build python package / Build (push) Failing after 17s
This commit is contained in:
@@ -8,6 +8,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: python
|
image: python
|
||||||
steps:
|
steps:
|
||||||
|
- name: Act Workaround # https://github.com/nektos/act/issues/973
|
||||||
|
if: ${{ env.ACT }}
|
||||||
|
run: curl -fsSL https://deb.nodesource.com/setup_22.x | bash && apt install -y nodejs
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
- name: Building the package
|
- name: Building the package
|
||||||
|
|||||||
Reference in New Issue
Block a user