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 a8f2cc7 commit c581a46Copy full SHA for c581a46
1 file changed
.github/workflows/ci.yml
@@ -48,6 +48,16 @@ jobs:
48
if: startsWith(github.ref, 'refs/tags/')
49
runs-on: ubuntu-latest
50
steps:
51
+ - name: Free Disk Space
52
+ uses: jlumbroso/free-disk-space@main
53
+ with:
54
+ tool-cache: false
55
+ android: false
56
+ dotnet: true
57
+ haskell: true
58
+ large-packages: true
59
+ docker-images: true
60
+ swap-storage: true
61
- name: Checkout
62
uses: actions/checkout@v2
63
- name: Setup JDK
0 commit comments