From df173bea8c33f1ce73c933219cb5f0a4b6fa40e7 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 18:30:10 +0100 Subject: [PATCH] workflows: test sources changes --- .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 5e9b562..566b60e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - deber - lazygit - tar - - dpatch + - busybox include: - package: openssl repo: https://salsa.debian.org/debian/openssl.git @@ -33,10 +33,10 @@ jobs: ref: ubuntu/0.16.2-1 - package: tar repo: https://git.launchpad.net/ubuntu/+source/tar + ref: ubuntu/bionic-updates + - package: busybox + repo: https://git.launchpad.net/ubuntu/+source/busybox ref: ubuntu/focal - - package: dpatch - repo: https://git.launchpad.net/ubuntu/+source/dpatch - ref: ubuntu/bionic steps: - name: Checkout code uses: actions/checkout@v2