Skip to content

Commit 5667b5a

Browse files
with submodules to ref data generator
1 parent a670fba commit 5667b5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate-reference-data.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout source
1616
uses: actions/checkout@v3
17+
with:
18+
submodules: true
1719
- name: Make clean
1820
run: VLASIATOR_ARCH=carrington_gcc_openmpi make clean
1921
- uses: ursg/gcc-problem-matcher@master
@@ -44,6 +46,8 @@ jobs:
4446
steps:
4547
- name: Checkout source
4648
uses: actions/checkout@v3
49+
with:
50+
submodules: true
4751
- name: Download testpackage binary
4852
uses: actions/download-artifact@v3
4953
with:

0 commit comments

Comments
 (0)