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
|
- name: Install and start Tailscale
|
||||||
run: |
|
run: |
|
||||||
# Start tailscaled daemon in background using nix shell
|
# Start tailscaled daemon in background using nix shell
|
||||||
nix profile install nixpkgs#tailscale
|
nix profile add nixpkgs#tailscale
|
||||||
tailscaled --state=mem: &
|
sudo 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