Skip to content

Commit

Permalink
check available space
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Feb 28, 2024
1 parent ddfe22e commit 71ec2a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
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: Check disk space
run: df -h
- uses: actions/checkout@v4
- name: Build and push
id: docker_build
Expand Down

0 comments on commit 71ec2a4

Please sign in to comment.