Skip to content

Commit eb82ca7

Browse files
committed
test github action for version [2]
Signed-off-by: Mic Bowman <mic.bowman@intel.com>
1 parent c32ee8f commit eb82ca7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- name: Check out repo
2020
uses: actions/checkout@v4
21+
with:
22+
submodules: recursive
23+
fetch-depth: 0
24+
fetch-tags: true
2125

2226
- name: Git status
2327
run: |

0 commit comments

Comments
 (0)