use environment
This commit is contained in:
parent
88d424e8f1
commit
1473b3dfe9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue