Skip to content

Commit

Permalink
chore: add lua-curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 3, 2024
1 parent 26b1f84 commit 1c860a9
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@ -69,6 +69,10 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
- name: Install `lua-curl` Package
run: |
luarocks --verbose --local --lua-version=5.1 install lua-curl
luarocks --verbose pack lua-curl
- 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 @@ -76,6 +76,10 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
- name: Install `lua-curl` Package
run: |
luarocks --verbose --local --lua-version=5.1 install lua-curl
luarocks --verbose pack lua-curl
- 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 @@ -74,6 +74,10 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
- name: Install `lua-curl` Package
run: |
luarocks --verbose --local --lua-version=5.1 install lua-curl
luarocks --verbose pack lua-curl
- 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-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
- name: Install `lua-curl` Package
run: |
luarocks --verbose --local --lua-version=5.1 install lua-curl
luarocks --verbose pack lua-curl
if: always()

- name: Install `tree-sitter-orgmode` Package
Expand Down

0 comments on commit 1c860a9

Please sign in to comment.