Skip to content

Commit

Permalink
ci: also print free disk space inside opam
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Feb 2, 2024
1 parent 6df323a commit f9fd1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ jobs:
- name: Check disk space
run: df -h || true

- name: Check disk space from inside opam
run: opam exec -- df -h || true

- name: set tmpdir
run: echo "TMPDIR=${RUNNER_TEMP}" >>$GITHUB_ENV

Expand Down

0 comments on commit f9fd1a9

Please sign in to comment.