Skip to content

Commit 5cf7b97

Browse files
committed
fix: install tree-sitter cli in release workflow
1 parent 0993ff3 commit 5cf7b97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
sudo apt-get update
7373
sudo apt-get install -y musl-tools
7474
75+
- name: Install tree-sitter-cli
76+
run: cargo install tree-sitter-cli
77+
7578
- name: Setup Postgres
7679
uses: ./.github/actions/setup-postgres
7780

0 commit comments

Comments
 (0)