Skip to content

Commit ee9d0b9

Browse files
committed
ci: free disk space before setting up the env
1 parent ccfd92d commit ee9d0b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
steps:
4646
- name: Checkout code
4747
uses: actions/checkout@v4
48+
- name: Free disk space
49+
run: |
50+
sudo rm -rf /usr/share/dotnet
51+
sudo rm -rf /usr/local/lib/android
52+
sudo rm -rf /opt/ghc
4853
- name: Setup environment
4954
uses: ./.github/actions/setup-ubuntu
5055
- run: make bins

0 commit comments

Comments
 (0)