Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Jul 19, 2023
1 parent 32989ac commit 50948f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheel_manylinux_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Reclaim disk space
run: |
df -h
rm -rf /usr/local/lib/android
rm -rf /opt/hostedtoolcache/CodeQL
rm -rf /usr/local/.ghcup
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /usr/local/.ghcup
df -h
- uses: actions/checkout@v3
Expand Down

0 comments on commit 50948f9

Please sign in to comment.