Attempt to get action working

This commit is contained in:
SeanOMik 2021-07-08 18:08:55 -04:00 committed by GitHub
parent 22bbf41d7a
commit 3d49fce3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@2.1.1
- name: Set up JDK 16
uses: actions/setup-java@v2
with: