try full path
This commit is contained in:
parent
d47e9c7817
commit
88d424e8f1
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
|
- name: Install and start Tailscale
|
||||||
run: |
|
run: |
|
||||||
# Start tailscaled daemon in background using nix shell
|
# Start tailscaled daemon in background using nix shell
|
||||||
sudo nix shell nixpkgs#tailscale --command tailscaled --state=mem: &
|
sudo /nix/var/nix/profiles/default/bin/nix shell nixpkgs#tailscale --command tailscaled --state=mem: &
|
||||||
|
|
||||||
# Wait for daemon to be ready
|
# Wait for daemon to be ready
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue