Skip to content

Commit

Permalink
ci: sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 20, 2024
1 parent 7ce1ca0 commit ed36321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/live-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
Endpoint = 162.159.193.10:2408
"
echo "$CONFIG" | sed "s/^[ ]\+//g" | sudo tee /etc/wireguard/warp.conf
cat /etc/wireguard/warp.conf
sudo cat /etc/wireguard/warp.conf
sudo wg-quick up warp
sleep 5
Expand Down

0 comments on commit ed36321

Please sign in to comment.