Skip to content

Commit

Permalink
Remove sudo on clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Nov 2, 2021
1 parent ccd087b commit 8f66ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ runs:
- name: Clean up
shell: bash
working-directory: ${{ runner.temp }}
run: sudo rm -r p7zip linux-cmake-p7zip.7z
run: rm -r p7zip linux-cmake-p7zip.7z

0 comments on commit 8f66ccd

Please sign in to comment.