Commit 2e4d86f 1 parent a041bcd commit 2e4d86f Copy full SHA for 2e4d86f
File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,16 @@ jobs:
16
16
timeout-minutes : 20
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
- name : Set up JDK 17
21
- uses : actions/setup-java@v1
21
+ uses : actions/setup-java@v3
22
22
with :
23
+ distribution : ' temurin'
23
24
java-version : 17
25
+ cache : ' maven'
24
26
- name : Install httrack and ghostscript
25
27
run : sudo apt-get install -y httrack ghostscript
26
28
- name : Install pywb 2.7.2
27
29
run : sudo pip install pywb==2.7.2
28
- - name : Cache local Maven repository
29
- uses : actions/cache@v2
30
- with :
31
- path : ~/.m2/repository
32
- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
33
- restore-keys : |
34
- ${{ runner.os }}-maven-
35
30
- name : Build with Maven
36
31
run : mvn -B verify package --file pom.xml
You can’t perform that action at this time.
0 commit comments