Skip to content

Commit 5300b17

Browse files
committedSep 15, 2023
fix: checkout submodule in ci
1 parent c7b3a40 commit 5300b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 🏗 Setup repository
1919
uses: actions/checkout@v3
2020
with:
21-
submodules: "libpg_query"
21+
submodules: true
2222

2323
- name: 🏗 Setup monorepo
2424
uses: ./.github/actions/setup-monorepo

0 commit comments

Comments
 (0)
Please sign in to comment.