Try to fix CI

This commit is contained in:
Manawyrm 2023-06-29 22:41:52 +02:00
parent df94a78b90
commit fb2fe42161
2 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -yqq libguestfs-tools qemu-utils rsync sudo wget xz-utils pigz mount dosfstools libarchive-tools
sudo apt install -yqq libguestfs-tools qemu-utils qemu qemu-user-static binfmt-support rsync sudo wget xz-utils pigz mount dosfstools libarchive-tools
- name: Build firmware
run: |

View File

@ -1,8 +1,7 @@
# AnotterKiosk
Another kiosk browser OS? Yes, this one is a little bit opinionated :)
Another kiosk browser OS?
Yes, this one is a little bit opinionated :)
The author ran several similar setups in production for years and has seen a lot of problems and strange failure modes.
This project aims to solve a lot of those (at least for the author), it might also be useful for others :)