diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76d88814e..5b3cf76f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,10 +67,10 @@ jobs: ~/.android/adb* key: avd-29-2g-${{ runner.os }} - - name: Gradle cache + - name: Setup Gradle uses: gradle/actions/setup-gradle@v3 with: - cache-read-only: ${{ github.ref != 'refs/heads/main' }} + cache-disabled: true - name: Build tests run: just build-test