Skip to content

Commit

Permalink
fix: temporarily remove the work folder as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 17, 2023
1 parent f991c55 commit 2a5516f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ jobs:
steps:
- name: Cleanup workspace
run: |
rm -rf ./* || true
rm -rf ./.??* || true
sudo rm -rf ./* || true
rm -rf ./* || true
3
sudo rm -rf ./.??* || true

- uses: actions/checkout@v3

Expand Down

0 comments on commit 2a5516f

Please sign in to comment.