Skip to content

Commit

Permalink
set x
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Dec 7, 2024
1 parent b7dec13 commit 293293a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- uses: actions/checkout@v4
- name: Print dir sizes before toolchain
run: |
set -x
du -sh ~/.cargo
du -sh ~/.rustup
du -sh target || true
Expand All @@ -53,6 +54,7 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.toolchain }}
- name: Print dir sizes before
run: |
set -x
du -sh ~/.cargo
du -sh ~/.rustup
du -sh target || true
Expand All @@ -63,6 +65,7 @@ jobs:
run: ./ci/verify-build.sh
- name: Print dir sizes after
run: |
set -x
du -sh ~/.cargo
du -sh ~/.rustup
du -sh target || true
Expand Down Expand Up @@ -110,6 +113,7 @@ jobs:
key: ${{ matrix.target }}
- name: Print dir sizes before
run: |
set -x
du -sh ~/.cargo
du -sh ~/.rustup
du -sh target || true
Expand All @@ -124,6 +128,7 @@ jobs:
run: ./ci/run-docker.sh ${{ matrix.target }}
- name: Print dir sizes after
run: |
set -x
du -sh ~/.cargo
du -sh ~/.rustup
du -sh target || true
Expand Down Expand Up @@ -180,6 +185,7 @@ jobs:
key: ${{ matrix.target }}
- name: Print dir sizes before
run: |
set -x
du -sh ~/.cargo
du -sh ~/.rustup
du -sh target || true
Expand All @@ -190,6 +196,7 @@ jobs:
run: ./ci/run-docker.sh ${{ matrix.target }}
- name: Print dir sizes after
run: |
set -x
du -sh ~/.cargo
du -sh ~/.rustup
du -sh target || true
Expand Down

0 comments on commit 293293a

Please sign in to comment.