Skip to content

Commit

Permalink
feat: add jsregexp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Apr 23, 2024
1 parent 27988ee commit 423e743
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install fzy
luarocks --verbose pack fzy
- name: Install `jsregexp` Package
run: |
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
- name: Install `tree-sitter-orgmode` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install fzy
luarocks --verbose pack fzy
- name: Install `jsregexp` Package
run: |
luarocks --verbose --local --lua-version=5.1 install jsrexexp
luarocks --verbose pack fzy
- name: Install `tree-sitter-orgmode` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install fzy
luarocks --verbose pack fzy
- name: Install `jsregexp` Package
run: |
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
- name: Install `tree-sitter-orgmode` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
luarocks --verbose --local --lua-version=5.1 install toml-edit
luarocks --verbose pack toml-edit
if: always()
- name: Install `jsregexp` Package
run: |
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
if: always()
# FIXME: tree-sitter parser packaing for windows is broken
# - name: Install `tree-sitter-orgmode` Package
# run: |
Expand Down

0 comments on commit 423e743

Please sign in to comment.