Checkout submodules. [ci skip]

This commit is contained in:
Pentarctagon 2020-11-20 12:06:12 -06:00
parent eb361bdccd
commit 7d9d3357cf
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -17,6 +17,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
submodules: "true"
# Runs a set of commands using the runners shell
- name: Run a multi-line script