CI: Adding removal of skopeo

This commit is contained in:
Jan Wagner 2024-01-05 21:53:54 +01:00
parent 37027eb435
commit e4bbe94be9

View file

@ -54,6 +54,8 @@ jobs:
uses: actions/checkout@v4
- name: Clone repo
run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
- name: Remove skopeo (for testing installation)
run: sudo rm -f $(which skopeo)
- name: Test run
uses: ./
with: