Skip to content

Commit

Permalink
Did not break so adding the specific cache entry that was breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Mar 7, 2023
1 parent 89870c3 commit d508283
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,14 @@ jobs:
with:
ref: ${{ github.head_ref }}

# Random comment do retrigger the build
- name: Cache Build Artifacts
uses: ./.github/actions/cache-build-artifacts
with:
cache-key: ${{ secrets.CACHE_VERSION }}
- name: Gradle and Python Caching
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
**/.venv
key: ${{ secrets.CACHE_VERSION }}-Linux-da513e5f2c48cdcc4f1da1d02cf5c0dae8c682f3a92c8600dc7371190ec93341-0ecd6c3153bdf6e7e5693a8f341b2fe8c7f26544f4800c2780d273f236414309-ae5c4f5dec8447f64463ce2a3c94cf616d4dc91ab34212339d02715358a01fae-5974cced2ba720a1dff875ae305c5f96ca455a7f5352ff9091d6a12c0f4e188a

- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit d508283

Please sign in to comment.