Skip to content

Commit 755114b

Browse files
👷 add cache
1 parent 1633bbf commit 755114b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/native.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858
ls -lh $JAVA_HOME
5959
mvn -v
6060
61+
- name: Cache modules
62+
uses: actions/cache@v4
63+
with:
64+
path: |
65+
~/.m2/repository
66+
key: ${{ runner.os }}-${{ matrix.java }}
67+
6168
- name: Ubuntu Prerequisites
6269
if: ${{ matrix.os == 'ubuntu-latest' }}
6370
run: sudo apt-get install build-essential zlib1g-dev

0 commit comments

Comments
 (0)