Skip to content

Commit

Permalink
chore(Build): try to fix an error with actions/setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
jekutzsche committed Apr 14, 2022
1 parent e23619b commit 7f0b9b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ jobs:
with:
distribution: 'liberica'
java-version: '17'
cache: 'maven'

- name: Cache local Maven repository
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 7f0b9b1

Please sign in to comment.