Update workflows
Some checks failed
update-flake-lock / update-flake-lock (push) Failing after 7m36s

This commit is contained in:
albert 2024-06-30 09:24:49 +09:00
parent 1d3869ed04
commit 96e6da10a4
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -15,7 +15,7 @@ jobs:
- name: "Setup Runner" - name: "Setup Runner"
run: | run: |
apt update -y apt update -y
apt install git nodejs nix-bin qemu qemu-user-binfmt -y apt install git nodejs nix-bin qemu-utils qemu-system-arm qemu-user-binfmt -y
git config --global user.email "${{github.actor}}" git config --global user.email "${{github.actor}}"
git config --global user.name "Forgejo Runner" git config --global user.name "Forgejo Runner"
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts