Skip to content

Commit

Permalink
chore: use directly make build_parser
Browse files Browse the repository at this point in the history
Signed-off-by: Yago Riveiro <yago.riveiro@gmail.com>
  • Loading branch information
yriveiro committed Jan 5, 2024
1 parent fe5197c commit 7e394fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
run: |
# We have to build the parser every single time to keep up with parser changes
cd ~/.local/share/nvim/site/pack/vendor/start/tree-sitter-lua
mkdir -p build parser
cc -o ./build/parser.so -I./src src/parser.c src/scanner.cc -shared -Os -lstdc++ -fPIC
ln -s ../build/parser.so parser/lua.so
make build_parser
cd -
- name: Generating docs
run: |
Expand Down

0 comments on commit 7e394fd

Please sign in to comment.