Skip to content

Commit e110972

Browse files
author
Michał Budziak
committed
Again
1 parent 3462d40 commit e110972

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/csgo-pr-workflow.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ jobs:
1616
# - version: "1.11"
1717
# - version: "1.12"
1818
steps:
19-
# - name: Maximize build space
20-
# uses: easimon/maximize-build-space@master
21-
# with:
22-
# root-reserve-mb: 512
23-
# swap-size-mb: 1024
24-
# remove-dotnet: 'true'
19+
- name: Clean up space
20+
shell: bash
21+
run: |
22+
echo "=== Before ==="
23+
df -h /
24+
sudo rm -rf /usr/local/lib/android
25+
sudo rm -rf /usr/share/dotnet
26+
sudo rm -rf /opt/ghc
27+
echo "=== After ==="
28+
df -h /
2529
2630
- name: Check out the repo
2731
uses: actions/checkout@v2

0 commit comments

Comments
 (0)