Commit 550c78bb authored by Jerome Wu's avatar Jerome Wu

Fix mac java 6 version

parent cb4a513b
...@@ -41,7 +41,7 @@ jobs: ...@@ -41,7 +41,7 @@ jobs:
# java 6 is required for using closure compiler # java 6 is required for using closure compiler
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with:
java-version: '6' # The JDK version to make available on the path. java-version: '6.0.119' # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to architecture: x64 # (x64 or x86) - defaults to
- uses: mymindstorm/setup-emsdk@v6 - uses: mymindstorm/setup-emsdk@v6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment