Skip to content

Commit af4179c

Browse files
authored
fix(actions): install ts cli via action
1 parent 5cf7b97 commit af4179c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +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
75+
- uses: tree-sitter/setup-action@v2
76+
with:
77+
install-lib: false
7778

7879
- name: Setup Postgres
7980
uses: ./.github/actions/setup-postgres

0 commit comments

Comments
 (0)