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: