From a060fae5012bdb5706625ebc3e4dd3a352947094 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 19:45:22 +0100 Subject: [PATCH] workflows: busybox -> hello --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef94e8b..59d246d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - termshark - deber - lazygit - - busybox + - hello include: - package: openssl repo: https://salsa.debian.org/debian/openssl.git @@ -30,8 +30,8 @@ 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 + - package: hello + repo: https://git.launchpad.net/ubuntu/+source/hello ref: ubuntu/focal steps: - name: Checkout code