Skip to content

Commit c39657e

Browse files
authored
Merge pull request #24 from EntropyOrg/ci-disk-space
GHA: Free disk space for container build
2 parents 3d160c5 + 9aa0862 commit c39657e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-container.yml

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313

14+
# From <https://github.com/actions/runner-images/issues/2840>
15+
- name: Free up disk space
16+
run: |
17+
sudo rm -rf /usr/share/dotnet
18+
sudo rm -rf /opt/ghc
19+
sudo rm -rf "/usr/local/share/boost"
20+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
21+
1422
- name: checkout files in repo
1523
uses: actions/checkout@v3
1624

0 commit comments

Comments
 (0)