Adding installation of skopeo
Some checks failed
Test Action / test (amd64, -v, dropbear, debian/2016.74-5+deb9u1, https://salsa.debian.org/debian/dropbear.git) (push) Failing after 34s
Test Action / test (amd64, -v, true, micro, debian/2.0.6-2_bpo10+1, https://salsa.debian.org/go-team/packages/micro.git) (push) Failing after 3m23s
Test Action / test (arm, -v, false, at, debian/3.2.2-1, https://salsa.debian.org/debian/at.git) (push) Failing after 35s
Test Action / test (arm, -v, iproute2, import/4.18.0-1ubuntu2_ubuntu18.04.1, https://git.launchpad.net/ubuntu/+source/iproute2) (push) Failing after 35s
Test Action / test (arm64, -v, deber, v1.0.0, https://github.com/dawidd6/deber.git) (push) Failing after 34s
Test Action / test (arm64, -v, lolcat, debian/100.0.1-2, https://salsa.debian.org/ruby-team/lolcat.git) (push) Failing after 36s
Test Action / test (arm64, -v, netcat-openbsd, import/1.206-1ubuntu1, https://git.launchpad.net/ubuntu/+source/netcat-openbsd) (push) Failing after 37s

This commit is contained in:
Jan Wagner 2024-01-04 19:36:01 +01:00
parent cf22008001
commit 73d7499998

View file

@ -55,6 +55,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Clone repo - name: Clone repo
run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} 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 - name: Test run
uses: ./ uses: ./
with: with: