Skip to content

Commit

Permalink
cherry-pick 366ebcc
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSylvester committed Dec 2, 2024
1 parent 949ef8b commit a017ae4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,18 @@ jobs:
working-directory: test/android

steps:
- name: Free Disk Space (Ubuntu)
if: startsWith(runner.name, 'GitHub Actions')
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: false
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: false

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit a017ae4

Please sign in to comment.