Skip to content

Commit

Permalink
Fix parsers path
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack committed Feb 16, 2024
1 parent c581e69 commit 7f0babd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/printcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Fetch tree-sitter parsers
if: steps.cache-tsp.outputs.cache-hit != 'true'
run: |
mkdir -p ~/tree-sitter-parsers
cd ~/tree-sitter-parsers/
git clone --depth 1 --no-tags https://github.com/tree-sitter/tree-sitter-cpp.git
pushd tree-sitter-cpp
Expand Down

0 comments on commit 7f0babd

Please sign in to comment.