Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Oct 1, 2022
1 parent 3462d40 commit e110972
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/csgo-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
# - version: "1.11"
# - version: "1.12"
steps:
# - name: Maximize build space
# uses: easimon/maximize-build-space@master
# with:
# root-reserve-mb: 512
# swap-size-mb: 1024
# remove-dotnet: 'true'
- name: Clean up space
shell: bash
run: |
echo "=== Before ==="
df -h /
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
echo "=== After ==="
df -h /
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit e110972

Please sign in to comment.