Skip to content

Commit

Permalink
Free up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 30, 2021
1 parent 9fe8d47 commit 4d5a0c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,18 @@ jobs:
PRERELEASE: true
DOWNSTREAM_WORKSPACE: github:ros-planning/moveit#master

name: "${{ matrix.distro }}"
name: ${{ matrix.distro }}
runs-on: ubuntu-latest
steps:
- name: "Free up disk space"
run: |
sudo apt-get -qq purge build-essential "ghc*"
sudo apt-get clean
# cleanup docker images not used by us
docker system prune -af
# free up a lot of stuff from /usr/local
sudo rm -rf /usr/local
df -h
- uses: actions/checkout@v2
- uses: ros-industrial/industrial_ci@master
- name: Publish Test Results
Expand Down

0 comments on commit 4d5a0c1

Please sign in to comment.