From a2b86efe3470c872c99b76b7db8494c456f408b3 Mon Sep 17 00:00:00 2001 From: Rot127 Date: Fri, 22 Mar 2024 05:49:11 -0500 Subject: [PATCH] Let Github checkout action download the tree-sitter submodule --- .github/workflows/auto-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml index 6d0a25aba79..c6406eb6648 100644 --- a/.github/workflows/auto-sync.yml +++ b/.github/workflows/auto-sync.yml @@ -19,6 +19,8 @@ jobs: - name: Check out repository uses: actions/checkout@v4 + with: + submodules: true - name: Install auto-sync package run: |