Skip to content

Commit

Permalink
remove a sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Jun 11, 2024
1 parent 748a472 commit 9a1b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
version: tip
- name: Check installed version (tip)
run: |
sudo rm /usr/local/bin/crane # Uninstall previous versions.
rm $(which crane) # Uninstall previous versions.
crane version

0 comments on commit 9a1b517

Please sign in to comment.