Updated build workflow for gitea
Some checks failed
Build python package / Build (push) Failing after 17s

This commit is contained in:
2026-03-28 19:46:15 +01:00
parent 6f3434e8db
commit 3afe674c90

View File

@@ -8,6 +8,9 @@ jobs:
container:
image: python
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
uses: actions/checkout@main
- name: Building the package