chore: Install dependency
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 1m32s
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 1m32s
This commit is contained in:
parent
b77a24f50c
commit
95b8634b00
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-cache policy
|
apt-cache policy
|
||||||
echo "Installing Wireguard..."
|
echo "Installing Wireguard..."
|
||||||
apt install wireguard -y
|
apt install iproute2 wireguard -y
|
||||||
echo "Installing Wireguard ✅"
|
echo "Installing Wireguard ✅"
|
||||||
echo "Configuring Wireguard..."
|
echo "Configuring Wireguard..."
|
||||||
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf
|
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue