Update
Some checks failed
deploy-rs / deploy-rs (push) Failing after 1m4s

This commit is contained in:
albert 2024-04-16 14:24:10 +09:00
parent ba0a775ec3
commit f2c942800b
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -26,19 +26,19 @@ jobs:
id id
cat /etc/resolv.conf cat /etc/resolv.conf
- name: "Setup: Runner"
run: |
apt update -y
apt install git nodejs nix-bin sudo sudo curl -y
git config --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland"
- name: "Setup: Tailscale Repo" - name: "Setup: Tailscale Repo"
run: | run: |
mkdir -p --mode=0755 /usr/share/keyrings mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
apt install tailscale -y
- name: "Setup: Runner"
run: |
apt update -y
apt install git nodejs nix-bin sudo tailscale -y
git config --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland"
- name: "Setup: SSH" - name: "Setup: SSH"
run: | run: |