Skip to content

Commit

Permalink
Add install ncat package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Sep 2, 2024
1 parent b491ba0 commit 8d97961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: [ "master" ]
branches: [ "master", "dbg-action" ]
pull_request:
branches: [ "master" ]

Expand All @@ -22,6 +22,8 @@ jobs:
run: cargo install --git https://github.com/silicon-heaven/shvcall-rs.git
- name: Install shvbrokertestingdevice
run: cargo install --git https://github.com/silicon-heaven/shvbrokertestingdevice.git
- name: Install ncat
run: apt install nmap -y
- name: Run tests
run: |
echo starting netcat
Expand Down

0 comments on commit 8d97961

Please sign in to comment.