Trying to fix CI fail (free-disk-space)

This commit is contained in:
Matthias Koefferlein 2023-04-16 12:13:10 +02:00
parent dc689e52d1
commit c6b64c2b3e
1 changed files with 4 additions and 3 deletions

View File

@ -28,9 +28,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: jlumbroso/free-disk-space@main
with:
android: false
dotnet: false
haskell: false
android: true
dotnet: true
haskell: true
large-packages: false # not working currently
- uses: hmarr/debug-action@v2
- name: Cancel Workflow Action
uses: styfle/cancel-workflow-action@0.9.1