Update CI script to pull submodules before build

This commit is contained in:
joseph-henry
2021-01-26 20:32:13 -08:00
committed by GitHub
parent 5b2d30bd84
commit 8f21619250

View File

@@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands