Skip to content

Commit

Permalink
Enable maven dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored and rexhoffman committed Sep 24, 2023
1 parent ef30b8c commit 090f04f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
distribution: 'adopt'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
show-progress: 'false'
- name: Install packages on linux
run: >
if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ] && [ "${{matrix.keyring}}" == "gnome" ]; then
Expand All @@ -46,6 +48,7 @@ jobs:
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java-version }}
cache: 'maven'
- name: Maven Install (macos, windows)
if: (matrix.os != 'ubuntu-latest')
run: mvn --batch-mode --update-snapshots -Dgpg.skip=true install
Expand Down

0 comments on commit 090f04f

Please sign in to comment.