Skip to content

Commit

Permalink
refactor(ci): Get ETHERNET_INTERFACE via 'ip -o -4 route show to defa…
Browse files Browse the repository at this point in the history
…ult'
  • Loading branch information
jpfr committed Oct 7, 2023
1 parent a0d38d2 commit adfc11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ jobs:
- name: ${{matrix.build_name}}
run: source tools/ci.sh && ${{matrix.cmd_action}}
env:
ETHERNET_INTERFACE: eth0
ETHERNET_INTERFACE: $(ip -o -4 route show to default | awk '{print $5}')

0 comments on commit adfc11e

Please sign in to comment.