Commit 0e2cc957 authored by Jerome Wu's avatar Jerome Wu

Fix GA syntax error

parent 17dc271c
......@@ -30,11 +30,10 @@ jobs:
runs-on: macos-latest
steps:
steps:
- uses: actions/checkout@v2
- uses: joschi/setup-jdk@v2
with:
java-version: '6' # The OpenJDK version to make available on the path
architecture: 'x64' # defaults to 'x64'
- uses: joschi/setup-jdk@v2
with:
java-version: '6' # The OpenJDK version to make available on the path
architecture: 'x64' # defaults to 'x64'
- uses: actions/checkout@v2
with:
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