mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
apparently nmap does not contain ncat
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
badc45d442
commit
04b620b9f4
1 changed files with 2 additions and 2 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue