imma try it anyway
This commit is contained in:
parent
8901f583b4
commit
3f00007a1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue