Skip to content

Commit

Permalink
Install nc to the unit test environment for port testing (#200)
Browse files Browse the repository at this point in the history
* Install nc to the unit test environment for port testing

* Update unit-tests.yml
  • Loading branch information
igorpecovnik authored Oct 24, 2024
1 parent b4d8bee commit 66ef622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# update index
apt update
# install basics
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata keyboard-configuration wget gpg
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata keyboard-configuration wget gpg netcat
# add armbian repository
URL=beta.armbian.com
Expand Down

0 comments on commit 66ef622

Please sign in to comment.