diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf42b3a0..1c2e0e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,12 @@ jobs: - target: standard timeout-minutes: 60 steps: + - name: Free Disk space + shell: bash + run: | + sudo rm -rf /usr/local/lib/android + sudo rm -rf /usr/share/dotnet + - name: Checkout Code uses: actions/checkout@v4 with: