diff --git a/.github/workflows/debug_build.yml b/.github/workflows/debug_build.yml index c157f3b..aac0b63 100644 --- a/.github/workflows/debug_build.yml +++ b/.github/workflows/debug_build.yml @@ -17,6 +17,18 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive + + - name: Restore cache + uses: actions/cache@v3 + with: + path: | + ~/.gradle/caches + ~/.gradle/wrapper + key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} + + restore-keys: | + ${{ runner.os }}-gradle- + - name: Build run: | ./gradlew assembleDebug