Skip to content

Commit

Permalink
Added choco install luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Oct 28, 2024
1 parent 9602288 commit 16fe337
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,21 @@ jobs:
luaVersion: ${{ matrix.luaVersion }}
buildCache: false

- uses: hishamhm/gh-actions-luarocks@master
with:
luarocksVersion: "3.10.0"
# - uses: hishamhm/gh-actions-luarocks@master
# with:
# luarocksVersion: "3.10.0"

# Install LuaRocks
- name: Install LuaRocks on Linux
if: runner.os == 'Linux'
shell: bash
run: sudo apt-get install -y luarocks

- name: Install LuaRocks on Windows
if: runner.os == 'Windows'
shell: cmd
run: |
choco install luarocks
- uses: rhysd/action-setup-vim@v1
with:
Expand Down

0 comments on commit 16fe337

Please sign in to comment.