From 3f00007a1fa3ba94cde52edf07a5c34fb17077e2 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 17 Sep 2025 13:34:46 +0300 Subject: [PATCH] imma try it anyway --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba6aee..f1b7a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: - name: Install and start Tailscale run: | # Start tailscaled daemon in background using nix shell - nix profile install nixpkgs#tailscale - tailscaled --state=mem: & + nix profile add nixpkgs#tailscale + sudo tailscaled --state=mem: & # Wait for daemon to be ready sleep 10