Skip to content

Commit

Permalink
workflows: remove skopeo vi apt
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jan 6, 2024
1 parent 59c99c0 commit 627d37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Remove skopeo (for testing installation)
if: ${{matrix.install_skopeo}}
run: sudo rm -v $(which skopeo)
run: sudo apt-get remove -y skopeo

- name: Test run
uses: ./
Expand Down

0 comments on commit 627d37b

Please sign in to comment.