Skip to content

Commit 4a9d891

Browse files
committed
Clean up space before building snap package
1 parent ff7f665 commit 4a9d891

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
delay_between_requests: 5
2525
timeout: 60
2626

27+
- name: Free disk space
28+
run: |
29+
sudo rm -rf /usr/share/dotnet
30+
sudo rm -rf /usr/local/lib/android
31+
sudo rm -rf /opt/ghc
32+
sudo rm -rf /opt/hostedtoolcache/CodeQL
33+
df -h
34+
2735
- name: Build snap package
2836
uses: snapcore/action-build@v1
2937
id: build_snap

0 commit comments

Comments
 (0)