Skip to content

Commit

Permalink
Check network config
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-attack committed Feb 15, 2025
1 parent 50a3cd9 commit 62fe6cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
run: cmake .
- name: cmake build
run: cmake --build .
- name: network
run: sudo apt install net-tools && ifconfig
- name: Run Tests
run: cd tests && ctest -VV

0 comments on commit 62fe6cc

Please sign in to comment.