Update .gitea/workflows/build-isos.yaml
Some checks failed
Build ISOs / build-isos (push) Has been cancelled

This commit is contained in:
Jakub Filo 2023-12-09 18:40:02 +00:00
parent 28692870d4
commit d5056b62b6
Signed by: plantroon
GPG Key ID: 7DA8C0FFEED0C0DE

View File

@ -14,6 +14,7 @@ jobs:
- 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: cd /data - run: cd /data
- run: ls -al /proc - run: ls -al /proc
- run: mount -t proc proc proc - run: mkdir proc2
- run: mount -t proc proc proc2
- run: apt-get update; apt-get install -y live-build - run: apt-get update; apt-get install -y live-build
- run: lb build - run: lb build