Skip to content

Commit

Permalink
GHA: Free disk space for container build
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 25, 2023
1 parent 3d160c5 commit 9aa0862
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:

# From <https://github.com/actions/runner-images/issues/2840>
- name: Free up disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: checkout files in repo
uses: actions/checkout@v3

Expand Down

0 comments on commit 9aa0862

Please sign in to comment.