We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac346b commit a5f4574Copy full SHA for a5f4574
.github/workflows/sql-benchmarks.yml
@@ -36,6 +36,8 @@ jobs:
36
steps:
37
- uses: runs-on/action@v1
38
- uses: actions/checkout@v4
39
+ with:
40
+ submodules: "recursive"
41
# rustup is pre-installed on the ubuntu24-full-x64 image.
42
43
- name: Run ${{ matrix.name }} benchmark
0 commit comments