Update
Some checks failed
deploy-rs / deploy-rs (push) Failing after 7m21s

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

View file

@ -38,6 +38,7 @@ jobs:
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.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
apt update -y
apt install tailscale -y
- name: "Setup: SSH"