Skip to content

Commit a5f4574

Browse files
authored
use submodules in benchmark-sql (#2666)
1 parent fac346b commit a5f4574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sql-benchmarks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
steps:
3737
- uses: runs-on/action@v1
3838
- uses: actions/checkout@v4
39+
with:
40+
submodules: "recursive"
3941
# rustup is pre-installed on the ubuntu24-full-x64 image.
4042

4143
- name: Run ${{ matrix.name }} benchmark

0 commit comments

Comments
 (0)