mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 06:15:08 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user