Skip to content

Commit

Permalink
[github-actions] free up disk space before build
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed Aug 15, 2024
1 parent eba005e commit 499f5c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Bootstrap
run: |
cd /tmp
Expand Down

0 comments on commit 499f5c9

Please sign in to comment.