Skip to content

Commit 38ab9d2

Browse files
authored
Merge pull request #55 from devilbox/ip-forwarding
Fix sudo command
2 parents 09e9bb3 + 6496fb0 commit 38ab9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: "[SETUP] Fix Docker IP forwarding"
153153
run: |
154154
sysctl net.ipv4.ip_forward
155-
sysctl -w net.ipv4.ip_forward=1
155+
sudo sysctl -w net.ipv4.ip_forward=1
156156
sudo systemctl restart docker
157157
158158
# ------------------------------------------------------------

0 commit comments

Comments
 (0)