Skip to content

Commit

Permalink
add jdk and spark versions to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalkin committed Jan 22, 2025
1 parent c22065f commit 9663a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: build-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: build-${{ runner.os }}-maven-
key: build-${{ runner.os }}-jdk-${{ matrix.jdk }}-spark-${{ matrix.spark }}-${{ hashFiles('**/pom.xml') }}
restore-keys: build-${{ runner.os }}-jdk-${{matrix.jdk}}-spark-${{ matrix.spark }}-maven-

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit 9663a21

Please sign in to comment.