Skip to content

Commit

Permalink
Get even more diskspace usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Oct 11, 2023
1 parent d95b3fc commit add72b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,12 @@ jobs:
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"

steps:
- name: Get diskspace info before checkout
run: df
- name: Checkout
uses: actions/checkout@v4
- name: Get diskspace info before submodule checkout & Bootstrap
run: df
- name: Checkout submodules & Bootstrap
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
Expand Down

0 comments on commit add72b0

Please sign in to comment.