Skip to content

Commit

Permalink
Clear shared libs to create more disk space. Ref #actions/runner-imag…
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Mar 19, 2021
1 parent e1ddd5d commit 24b9251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_push_to_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Create more 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: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 24b9251

Please sign in to comment.