Skip to content

Commit

Permalink
tests: install netcat-openbsd
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Sheldrake <[email protected]>
  • Loading branch information
kevsecurity committed Jan 9, 2025
1 parent 9ba8e4f commit d3fccfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vmtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y libelf-dev netcat-traditional libcap-dev gcc libc6-dev-i386
sudo apt-get install -y libelf-dev netcat-traditional netcat-openbsd libcap-dev gcc libc6-dev-i386
echo `which clang`
echo `which llc`
echo `clang --version`
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-cache search qemu
sudo apt-get install -y mmdebstrap libguestfs-tools qemu-utils qemu-system-x86 cpu-checker qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virtinst virt-manager
sudo apt-get install -y mmdebstrap libguestfs-tools qemu-utils qemu-system-x86 cpu-checker qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virtinst virt-manager netcat-openbsd
- name: Make kernel accessible
run: |
Expand Down

0 comments on commit d3fccfc

Please sign in to comment.