try full path

This commit is contained in:
Osman Faruk Bayram 2025-09-17 13:20:23 +03:00
parent d47e9c7817
commit 88d424e8f1

View file

@ -31,7 +31,7 @@ jobs:
- name: Install and start Tailscale
run: |
# 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
sleep 10