From 1473b3dfe9c071e3959d772a08212aa6481061a4 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 17 Sep 2025 13:23:27 +0300 Subject: [PATCH] use environment --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bcc3c4..d5a8420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install and start Tailscale run: | # Start tailscaled daemon in background using nix shell - sudo /nix/var/nix/profiles/default/bin/nix shell nixpkgs#tailscale --command tailscaled --state=mem: & + sudo -E nix shell nixpkgs#tailscale --command tailscaled --state=mem: & # Wait for daemon to be ready sleep 10