Skip to content

Commit f9a4327

Browse files
authored
Update CI
1 parent 3c7163d commit f9a4327

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/ubuntu-master.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-java@v3
2120
with:
22-
java-version: 1.8
23-
- name: Cache Maven packages
24-
uses: actions/cache@v2
25-
with:
26-
path: ~/.m2
27-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
28-
restore-keys: ${{ runner.os }}-m2
21+
distribution: 'zulu'
22+
java-version: '8'
23+
cache: 'maven'
2924
- name: Build with Maven
3025
env:
3126
TARANTOOL_SERVER_USER: root

0 commit comments

Comments
 (0)