Skip to content

Commit c439dfb

Browse files
committed
try to free disk space
1 parent e587a66 commit c439dfb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
- name: Download go modules
3535
run: go mod download
3636

37+
- name: Free disk space
38+
run: |
39+
sudo rm -rf /usr/share/dotnet
40+
sudo rm -rf /opt/ghc
41+
sudo rm -rf /usr/local/lib/android
42+
sudo apt-get clean
43+
df -h
44+
3745
- name: Run GoReleaser
3846
uses: goreleaser/goreleaser-action@v4
3947
with:

0 commit comments

Comments
 (0)