Commit cb4a513b authored by Jerome Wu's avatar Jerome Wu

Update workflow

parent d0b4ff36
......@@ -38,6 +38,12 @@ jobs:
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}
# java 6 is required for using closure compiler
- uses: actions/setup-java@v1
with:
java-version: '6' # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to
- uses: mymindstorm/setup-emsdk@v6
with:
version: ${{env.EM_VERSION}}
......
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