Skip to content

Commit

Permalink
gha: try to free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 25, 2024
1 parent 8014a9e commit 1083d1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-eynollah.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- name: clean up
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
- uses: actions/cache@v4
id: model_cache
Expand Down

0 comments on commit 1083d1c

Please sign in to comment.