Commit 17dc271c authored by Jerome Wu's avatar Jerome Wu

Test setup-jdk

parent 223deab7
...@@ -29,11 +29,12 @@ jobs: ...@@ -29,11 +29,12 @@ jobs:
macos-build: macos-build:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/setup-java@v1 steps:
with: - uses: actions/checkout@v2
java-version: '7' # The JDK version to make available on the path. - uses: joschi/setup-jdk@v2
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk with:
architecture: x64 # (x64 or x86) - defaults to java-version: '6' # The OpenJDK version to make available on the path
architecture: 'x64' # defaults to 'x64'
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: recursive submodules: recursive
......
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