Skip to content

Commit

Permalink
Merge pull request #200 from una-auxme/main
Browse files Browse the repository at this point in the history
Update build.yml by removing sudo rm disk space
  • Loading branch information
ll7 committed Mar 7, 2024
2 parents dc6d784 + a2f00e7 commit fd12cbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
packages: write

steps:
- name: Clear up some disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
# - name: Clear up some disk space
#run: |
# sudo rm -rf /usr/share/dotnet
#sudo rm -rf "$AGENT_TOOLSDIRECTORY"
#df -h

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit fd12cbc

Please sign in to comment.