Update workflows
Some checks failed
update-flake-lock / update-flake-lock (push) Failing after 17s

This commit is contained in:
albert 2024-06-30 09:22:01 +09:00
parent d632343c15
commit 1d3869ed04
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 -y apt install git nodejs nix-bin qemu 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