Include submodules at checkout
This commit is contained in:
parent
d047207e12
commit
5b8bea6cf2
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Docker Cache
|
||||
uses: ScribeMD/docker-cache@0.3.3
|
||||
with:
|
||||
|
|
@ -54,4 +56,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: corney_island_unrouted
|
||||
path: ergogen/output
|
||||
path: ergogen/output
|
||||
|
|
|
|||
Loading…
Reference in New Issue