Skip to content

Commit

Permalink
Let Github checkout action download the tree-sitter submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 22, 2024
1 parent ff11a53 commit a2b86ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Check out repository
uses: actions/checkout@v4
with:
submodules: true

- name: Install auto-sync package
run: |
Expand Down

0 comments on commit a2b86ef

Please sign in to comment.