Update .forgejo/workflows/action.yaml
Some checks failed
ci / checkout (push) Failing after 2s

try lxc
This commit is contained in:
R.J. 2025-01-31 13:12:14 +00:00
parent 14b766d46d
commit 352a0c6696

View file

@ -5,9 +5,9 @@ on:
jobs: jobs:
checkout: checkout:
runs-on: docker runs-on: lxc
container: container:
image: docker:dind-rootless image: alpine
steps: steps:
- name: Get git and docker - name: Get git and docker
run: apk add git nodejs run: apk add git nodejs