From 2c63b403b26c8b0b25180a184a4d0bbf8b4d79e5 Mon Sep 17 00:00:00 2001 From: Arvind Kaushik <61283438+ask9027@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:16:31 +0530 Subject: [PATCH] restore cache --- .github/workflows/debug_build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/debug_build.yml b/.github/workflows/debug_build.yml index c157f3b53..aac0b63e5 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