From 8f66ccd8b639446f27889d733e2000b61ce0e746 Mon Sep 17 00:00:00 2001 From: AnimMouse Date: Wed, 3 Nov 2021 01:46:44 +0800 Subject: [PATCH] Remove sudo on clean up --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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