Skip to content

Commit

Permalink
Clear github runner linux space
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Feb 16, 2024
1 parent 88fc1e5 commit 87bc427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
variant: bisheng
image: adoptopenjdk/centos7_build_image
steps:
- name: Delete github runner stuff not needed to make space
run: |
sudo rm -rf /usr/share/dotnet
sudo docker image prune --all --force
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Build Linux
Expand Down

0 comments on commit 87bc427

Please sign in to comment.