From 96e6da10a4d66fd3caf79088ec874a80f1bc8f78 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 30 Jun 2024 09:24:49 +0900 Subject: [PATCH] Update workflows --- .forgejo/workflows/update-flake-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 9c05b0f2..3c1a8b36 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -15,7 +15,7 @@ jobs: - name: "Setup Runner" run: | 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.name "Forgejo Runner" echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts