Skip to content

Commit

Permalink
chore(windows): fix luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 30, 2024
1 parent a30af83 commit d03499f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ jobs:
uses: baptiste0928/cargo-install@v3
with:
crate: tree-sitter-cli

- name: Install Scoop
uses: MinoruSekine/setup-scoop@v4

- name: Add rocks-scoop bucket
run: |
scoop bucket add neorocks-scoop https://github.com/nvim-neorocks/rocks-scoop.git
- name: Install luarocks
run: |
scoop install neorocks-scoop/luarocks
- name: Install Lua
uses: leso-kn/gh-actions-lua@master
with:
Expand All @@ -40,6 +52,7 @@ jobs:
uses: hishamhm/gh-actions-luarocks@master
with:
luarocksVersion: "3.11.0"

- name: Print environment
run: |
printenv
Expand Down

0 comments on commit d03499f

Please sign in to comment.