Skip to content

Commit

Permalink
fix: path to tree-sitter cli CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Apr 30, 2024
1 parent 6e34fb3 commit f3365d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
git clone https://github.com/tree-sitter/tree-sitter.git
cd tree-sitter
make
sudo make install
echo "$PWD/cli" >> $GITHUB_PATH
# sudo make install
- name: Generate and Test
run: |
Expand Down

0 comments on commit f3365d7

Please sign in to comment.