mirror of
https://github.com/logos-storage/logos-storage-local-harness.git
synced 2026-01-08 00:13:06 +00:00
fix: checkout submodules on init
This commit is contained in:
parent
6fbaae6947
commit
6533970ebb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Get Codex
|
- name: Get Codex
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user