From 1a586e8d5489f3e872c48ead30ba6e3dc05be649 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 19:14:49 +0100 Subject: [PATCH] workflows: remove tar --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 566b60e..ef94e8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,6 @@ jobs: - termshark - deber - lazygit - - tar - busybox include: - package: openssl @@ -31,9 +30,6 @@ jobs: - package: lazygit repo: https://github.com/dawidd6/lazygit-debian.git 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 @@ -42,7 +38,7 @@ jobs: uses: actions/checkout@v2 - name: Clone repo run: | - git clone ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} + git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} - name: Test run uses: ./ with: