Skip to content

Commit 2184516

Browse files
committed
CI: fix printing network configuration
1 parent 48e715f commit 2184516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
run: |
6767
which ifconfig && ifconfig
68-
if [ which ip ]; then
68+
if [ `which ip` ]; then
6969
ip link
7070
ip addr
7171
ip route

0 commit comments

Comments
 (0)