File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ check_wasm_node()
153
153
clean_node " ${1} "
154
154
}
155
155
156
+ java -version
156
157
pwd
157
158
ls -la
158
159
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
Original file line number Diff line number Diff line change @@ -36,11 +36,16 @@ jobs:
36
36
- name : install Ubuntu dependencies
37
37
if : runner.os == 'Linux'
38
38
run : |
39
- sudo apt update && sudo apt install -y git curl libssl-dev default-jdk build-essential ccache
39
+ sudo apt update && sudo apt install -y git curl libssl-dev build-essential ccache
40
40
- name : install macOS dependencies
41
41
if : runner.os == 'macOS'
42
42
run : |
43
- brew install [email protected] openjdk ccache
43
+ brew install [email protected] ccache
44
+ - name : Set up JDK 1.8
45
+ uses : actions/setup-java@v3
46
+ with :
47
+ distribution : ' zulu'
48
+ java-version : ' 8.0.345'
44
49
- name : run build test
45
50
if : runner.os == 'Windows'
46
51
run : ./gradlew.bat build
You can’t perform that action at this time.
0 commit comments