Add submodule update to workflow

This commit is contained in:
Anton Thomasson 2020-09-07 20:05:23 +02:00
parent 89d9d7fd09
commit af3a2d95cb

View file

@ -21,6 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: update submodules
run: git submodule sync --recursive && git submodule update --init --force --recursive --depth=1
- name: Prepare
run: mkdir output