Skip to content

Commit

Permalink
CI/stack: use du -hd2
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 8, 2024
1 parent 261ed59 commit 3cbfb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ jobs:
ghc-version: '9.0.2'
cabal-version: '3.4'

- run: du -hd3 ~/.stack ~/.ghcup /usr/local/.ghcup || true
- run: du -hd2 ~/.stack ~/.ghcup /usr/local/.ghcup || true

- run: stack --version

- run: make test-via-stack

- run: du -hd3 ~/.stack ~/.ghcup /usr/local/.ghcup || true
- run: du -hd2 ~/.stack ~/.ghcup /usr/local/.ghcup || true

test-with-hugs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3cbfb2e

Please sign in to comment.