Update .gitea/workflows/build-isos.yaml
Some checks failed
Build ISOs / build-isos (push) Failing after 8s

This commit is contained in:
Jakub Filo 2023-12-09 17:29:23 +00:00
parent 0f3aee70ba
commit a480a71254
Signed by: plantroon
GPG Key ID: 7DA8C0FFEED0C0DE

View File

@ -11,5 +11,5 @@ jobs:
- /srv/vapps/gitea-rootless/volumes/test:/data - /srv/vapps/gitea-rootless/volumes/test:/data
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: apt-get install live-build - run: apt-get update; apt-get install live-build
- run: lb build - run: lb build