Added netcat

This commit is contained in:
Caleb Herpin 2021-07-28 10:39:12 -05:00
parent 2af4fac9b2
commit 5253d7174b

View File

@ -62,6 +62,7 @@ jobs:
python3
python3-venv
net-tools
netcat
install_gtest: cd /usr/src/gtest && cmake . && make && cp libgtest* /usr/lib/
#-------- RHEL Dependencies ----------------
- cfg: { arch: rhel }
@ -85,6 +86,7 @@ jobs:
gtest-devel
python3-devel
net-tools
nc
#-------- Ubuntu Only Dependencies ----------------
- cfg: { os: ubuntu }
os_deps: >-
@ -163,6 +165,7 @@ jobs:
echo files in workspace:
ls -la $TRICK_HOME
netstat -tulpan
whereis nc
env:
TEST: Hello World!
TRICK_HOME: ${{ github.workspace }}