There was an error while loading. Please reload this page.
1 parent 3eb86ef commit daf5e5eCopy full SHA for daf5e5e
1 file changed
.github/workflows/test-and-publish.yml
@@ -17,7 +17,15 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v3
20
-
+
21
+ - name: Free Disk Space
22
+ uses: jlumbroso/free-disk-space@main
23
+ with:
24
+ tool-cache: false
25
+ android: true
26
+ dotnet: true
27
+ haskell: true
28
29
- name: Set up Python ${{ matrix.python-version }}
30
uses: actions/setup-python@v4
31
with:
0 commit comments