Skip to content

Commit

Permalink
test: free more space
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiying Lin committed Aug 14, 2024
1 parent b7e094d commit 4c812b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
]
if: needs.detect-noop.outputs.noop != 'true'
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 4c812b9

Please sign in to comment.