Skip to content

Commit

Permalink
rm ip link set
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 14, 2024
1 parent c37e7a3 commit 08325c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
# sudo apt-get update && sudo apt-get install -y iproute2 protobuf-compiler
echo "Installing iproute2..."
apt-get update && apt-get install -y iproute2 iputils-ping
ip a
echo "Enabling loopback interface explicitly..."
ip link set lo up
# ip a
# echo "Enabling loopback interface explicitly..."
# ip link set lo up
echo "Result"
ip a
ping -c 1 127.0.0.1
Expand Down

0 comments on commit 08325c7

Please sign in to comment.