Skip to content

Commit cb4164b

Browse files
committed
ci: no space left on device
1 parent 82ad529 commit cb4164b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818
steps:
19+
# Free GitHub Actions Environment Disk Space
20+
- name: Maximize Build Space
21+
run: |
22+
sudo rm -rf /usr/share/dotnet
23+
sudo rm -rf /usr/local/lib/android
24+
sudo rm -rf /opt/ghc
1925
2026
# Check out current repository
2127
- name: Fetch Sources

0 commit comments

Comments
 (0)