Skip to content

Commit

Permalink
Fixed github action cache restore key.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Mar 13, 2024
1 parent d82b71b commit 382a939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ matrix.tycho }}-${{ hashFiles('**/pom.xml', '**/*.product') }}
restore-keys: |
${{ runner.os }}-maven-
${{ runner.os }}-maven-${{ matrix.tycho }}-${{ hashFiles('**/pom.xml', '**/*.product') }}
- name: Install metacity and xvfb
uses: awalsh128/[email protected]
Expand Down

0 comments on commit 382a939

Please sign in to comment.