Skip to content

Commit

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

0 comments on commit c4ec4c1

Please sign in to comment.