diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54fab02..1a95241 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,13 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Cache Gradle packages + uses: actions/cache@v3 + env: + cache-name: cache-build-deps + with: + key: ${{ runner.os }}-build-${{ env.cache-name }} + path: .cache - name: Run build script run: | ./build.sh