Added submodule support in workflow.

This commit is contained in:
Francois Coppens 2021-09-21 14:42:57 +02:00
parent 846d236b5f
commit 5e9da43c93

View File

@ -24,6 +24,8 @@ jobs:
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
submodules: recursive
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Test compilation - name: Test compilation