Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Mar 15, 2022
1 parent 359c962 commit b47130d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up Maven
uses: stCarolas/setup-maven@v4.3
with:
maven-version: 3.8.5
- name: Build Tycho
run: |
cp toolchains-gh.xml ~/.m2/toolchains.xml
Expand Down

0 comments on commit b47130d

Please sign in to comment.