From 7a3f0f3085bbf9df4682afe82ee19e39e53eed05 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 4 Jan 2024 19:36:01 +0100 Subject: [PATCH] Adding installation of skopeo --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc28878..c27729c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,10 @@ jobs: uses: actions/checkout@v4 - name: Clone repo run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} + - name: Prepare environment for action-debian-package + run: | + apt update + apt -y install skopeo - name: Test run uses: ./ with: