github actions: check out submodules when building

pull/300/head
Mike Lang 2 years ago committed by Mike Lang
parent 4f2c5c48ec
commit 50b830bf82

@ -38,6 +38,8 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: Log into ghcr.io
uses: docker/login-action@v1

Loading…
Cancel
Save