We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6f75b commit 7309169Copy full SHA for 7309169
.github/workflows/test.yml
@@ -90,13 +90,23 @@ jobs:
90
test: false
91
92
steps:
93
+ - name: Print disk usage
94
+ run: |
95
+ df -h /
96
+ du -sh /home/runner/*
97
- uses: actions/checkout@v3
98
99
- uses: ./.github/actions/setup-build
100
with:
101
ghc: ${{ matrix.ghc }}
102
os: ${{ runner.os }}
103
104
105
106
107
108
+
109
110
- name: Build
111
run: cabal build all
112
0 commit comments