diff --git a/action.yml b/action.yml index 318836f..9bbe86f 100644 --- a/action.yml +++ b/action.yml @@ -33,4 +33,4 @@ runs: - name: Clean up shell: bash working-directory: ${{ runner.temp }} - run: sudo rm -r p7zip linux-cmake-p7zip.7z \ No newline at end of file + run: rm -r p7zip linux-cmake-p7zip.7z \ No newline at end of file