Skip to content

Commit

Permalink
.github: install socat for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 8, 2022
1 parent 30f6114 commit 4a1fef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install pkg-config libsystemd-dev ethtool tshark tree
sudo apt-get -y install pkg-config libsystemd-dev ethtool socat tshark tree
- uses: actions/checkout@v2
- name: Configure
# Build in a sub-directory so we can safely set a+w on all
Expand Down

0 comments on commit 4a1fef8

Please sign in to comment.