Skip to content

Commit adb5208

Browse files
committed
update github action to v2
1 parent ef15c41 commit adb5208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- uses: actions/setup-java@v2
8787
with:
8888
java-version: 1.8
89+
distribution: 'zulu'
8990
- name: Connect
9091
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "show databases;"
9192
- name: Create database
@@ -121,6 +122,7 @@ jobs:
121122
- uses: actions/setup-java@v2
122123
with:
123124
java-version: 1.8
125+
distribution: 'zulu'
124126
- name: Connect
125127
run: psql -h 127.0.0.1 -p 5432 -U postgres -d postgres -c "\l"
126128
env:

0 commit comments

Comments
 (0)