Skip to content

Commit

Permalink
chore(windows): don't remove packed rocks before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 24, 2024
1 parent 5404176 commit 7644b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
$langs = (jq -r '.parsers[] | .lang' nurr/tree-sitter-parsers.json).Replace("`r","")
foreach ($lang in $langs) {
Remove-Item -Path "tree-sitter-$lang-scm-1.win32-x86_64.rock"
luarocks --local --dev --lua-version=5.1 install "tree-sitter-$lang" scm
}
foreach ($lang in $langs) {
Expand Down

0 comments on commit 7644b74

Please sign in to comment.