workflows: remove skopeo vi apt

This commit is contained in:
Dawid Dziurla 2024-01-06 13:42:09 +01:00
parent 59c99c0899
commit 627d37baff
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -59,7 +59,7 @@ jobs:
- name: Remove skopeo (for testing installation) - name: Remove skopeo (for testing installation)
if: ${{matrix.install_skopeo}} if: ${{matrix.install_skopeo}}
run: sudo rm -v $(which skopeo) run: sudo apt-get remove -y skopeo
- name: Test run - name: Test run
uses: ./ uses: ./