mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-25 13:53:56 +01:00
Added submodule support in workflow.
This commit is contained in:
parent
846d236b5f
commit
5e9da43c93
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Test compilation
|
||||
|
Loading…
Reference in New Issue
Block a user