Skip to content

Commit

Permalink
apparently nmap does not contain ncat
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Nov 17, 2023
1 parent badc45d commit 04b620b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ jobs:
- name: Install expect for tests if we dont have it yet
run: if ! dpkg -l | grep -qw expect; then sudo apt install -y expect; fi

- name: Install ncat (included with nmap) for tests if we dont have it yet
run: if ! dpkg -l | grep -qw nmap; then sudo apt install -y nmap; fi
- name: Install ncat for tests if we dont have it yet
run: if ! dpkg -l | grep -qw ncat; then sudo apt install -y ncat; fi

- name: prep testing
run: |
Expand Down

0 comments on commit 04b620b

Please sign in to comment.