From 66ef62200e5deb71a28970b1c8791790e36771df Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 24 Oct 2024 16:40:22 +0200 Subject: [PATCH] Install nc to the unit test environment for port testing (#200) * Install nc to the unit test environment for port testing * Update unit-tests.yml --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 319c33498..a0a05035b 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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