We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e715f commit 2184516Copy full SHA for 2184516
.github/workflows/cppcmake.yml
@@ -65,7 +65,7 @@ jobs:
65
shell: bash
66
run: |
67
which ifconfig && ifconfig
68
- if [ which ip ]; then
+ if [ `which ip` ]; then
69
ip link
70
ip addr
71
ip route
0 commit comments