We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e284374 commit d27e1c3Copy full SHA for d27e1c3
1 file changed
.github/workflows/pika.yml
@@ -228,6 +228,17 @@ jobs:
228
working-directory: ${{ github.workspace }}
229
run: ./pikatests.sh all clean
230
231
+ - name: Free Disk Space
232
+ uses: jlumbroso/free-disk-space@main
233
+ with:
234
+ tool-cache: false
235
+ android: true
236
+ dotnet: true
237
+ haskell: true
238
+ large-packages: true
239
+ docker-images: true
240
+ swap-storage: true
241
+
242
- name: Cleanup artifacts
243
working-directory: ${{ github.workspace }}/build
244
run: |
0 commit comments