diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc28878..e730808 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,9 @@ 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: | + which skopeo || (apt update; apt -y install skopeo) - name: Test run uses: ./ with: