From 5ce37e56a01aaa23e6615acea8a48df670403b8a Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 29 Apr 2020 17:02:44 +0200 Subject: [PATCH] workflows: netcat from LP --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a47bf1c..60dd807 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - termshark - deber - lazygit - - busybox + - netcat-openbsd include: - package: ncurses repo: https://salsa.debian.org/debian/ncurses.git @@ -30,9 +30,9 @@ jobs: - package: lazygit repo: https://github.com/dawidd6/lazygit-debian.git ref: ubuntu/0.16.2-1 - - package: busybox - repo: https://git.launchpad.net/ubuntu/+source/busybox - ref: import/1%1.30.1-4ubuntu6 + - package: netcat-openbsd + repo: https://git.launchpad.net/ubuntu/+source/netcat-openbsd + ref: import/1.206-1ubuntu1 steps: - name: Checkout code uses: actions/checkout@v2