Skip to content

Commit

Permalink
[JAC-NLP-WORKFLOW]: Add space cleanup to avoid "No space left on device"
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Mar 20, 2024
1 parent 35341bc commit 8e72289
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/jac-nlp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Reclaim space
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 swap space
uses: pierotofy/set-swap-space@master
with:
Expand Down

0 comments on commit 8e72289

Please sign in to comment.