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:
checkout:
runs-on: docker
runs-on: lxc
container:
image: docker:dind-rootless
image: alpine
steps:
- name: Get git and docker
run: apk add git nodejs