Skip to content

Commit

Permalink
Free up disk space in android-build-cpp-test (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Dec 3, 2024
1 parent e932cae commit 23bc2cc
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 23bc2cc

Please sign in to comment.