Skip to content

Commit d27e1c3

Browse files
committed
deep clean
1 parent e284374 commit d27e1c3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/pika.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,17 @@ jobs:
228228
working-directory: ${{ github.workspace }}
229229
run: ./pikatests.sh all clean
230230

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+
231242
- name: Cleanup artifacts
232243
working-directory: ${{ github.workspace }}/build
233244
run: |

0 commit comments

Comments
 (0)