Skip to content

Commit 1bf7f2e

Browse files
try revert
1 parent 2942f05 commit 1bf7f2e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ jobs:
113113
sleep 1
114114
done
115115
116-
- uses: tree-sitter/setup-action@v2
117-
with:
118-
install-lib: false
116+
- name: Setup tree-sitter
117+
run: cargo install tree-sitter-cli
119118

120119
- name: Setup sqlx-cli
121120
run: cargo install sqlx-cli
@@ -172,9 +171,8 @@ jobs:
172171
- name: Setup Postgres
173172
uses: ./.github/actions/setup-postgres
174173

175-
- uses: tree-sitter/setup-action@v2
176-
with:
177-
install-lib: false
174+
- name: Setup Postgres
175+
run: cargo install tree-sitter-cli
178176

179177
- name: Run tests
180178
run: cargo test --workspace

0 commit comments

Comments
 (0)