forked from waja/action-debian-package
workflows: remove skopeo vi apt
This commit is contained in:
parent
59c99c0899
commit
627d37baff
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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: ./
|
||||||
|
|
Loading…
Reference in a new issue