Skip to content

Commit 7684799

Browse files
feat(luarocks): remove dependency on tree-sitter-orgmode
Tree-sitter grammar is automatically installed once the orgmode is loaded, as part of the plugin. Having a luarocks dependency causes unnecessary conflict.
1 parent b42236a commit 7684799

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/luarocks.yml

-10
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,9 @@ jobs:
1616
fetch-depth: 0 # Required to count the commits
1717
- name: Get Version
1818
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
19-
- name: Install C/C++ Compiler
20-
uses: rlalik/setup-cpp-compiler@master
21-
with:
22-
compiler: clang-latest
23-
- name: Install tree-sitter CLI
24-
uses: baptiste0928/cargo-install@v3
25-
with:
26-
crate: tree-sitter-cli
2719
- name: LuaRocks Upload
2820
uses: nvim-neorocks/luarocks-tag-release@v7
2921
env:
3022
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
3123
with:
3224
version: ${{ env.LUAROCKS_VERSION }}
33-
dependencies: |
34-
tree-sitter-orgmode ~> 2

0 commit comments

Comments
 (0)