Skip to content

Commit

Permalink
fix: prevent installation of luafilesystem scm as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 28, 2024
1 parent cabad82 commit 712e653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
version: ${{ env.LUAROCKS_VERSION }}
dependencies: |
luafilesystem
luafilesystem ~> 1
2 changes: 1 addition & 1 deletion luarocks-build-treesitter-parser-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = _MODREV .. _SPECREV

dependencies = {
"lua >= 5.1",
"luafilesystem",
"luafilesystem ~> 1",
}

test_dependencies = {
Expand Down

0 comments on commit 712e653

Please sign in to comment.