Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RenjiSann authored Jan 11, 2023
1 parent a823af2 commit b7185d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install tree-sitter, gcc and nodejs
run: apk add tree-sitter-cli nodejs clang libffi
run: apk add build-base clang nodejs tree-sitter-cli
- run: tree-sitter generate
- run: echo $PATH
- run: echo $CC
- run: find / -name 'gcc'
- run: find / -name 'cc'
- run: tree-sitter test

0 comments on commit b7185d4

Please sign in to comment.