Skip to content

Commit

Permalink
Removed local luarocks-rockspec-expander
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 25, 2025
1 parent c7bbbdc commit b7f513a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 236 deletions.
85 changes: 0 additions & 85 deletions .github/actions/luarocks-rockspec-expander/action.yml

This file was deleted.

141 changes: 0 additions & 141 deletions .github/actions/luarocks-rockspec-expander/main.lua

This file was deleted.

11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
neovim: true
version: ${{ matrix.neovim }}

- name: Debug matrix values
run: |
echo "OS: ${{ matrix.os }}"
echo "Neovim: ${{ matrix.neovim }}"
echo "LuaVersion: ${{ matrix.luaVersion }}"
echo "Toolchain: ${{ matrix.toolchain }}"
- name: Setup MSVC
# the 'luarocks/gh-actions-lua' step requires msvc to build PUC-Rio Lua
# versions on Windows (LuaJIT will be build using MinGW/gcc).
Expand All @@ -76,9 +69,7 @@ jobs:
# Reference: https://github.com/nvim-neorocks/luarocks-tag-release/issues/435
#
- name: Expand The Template Rockspec
# TODO: Revert later
# uses: ColinKennedy/luarocks-rockspec-expander@v1.0.0
uses: ./.github/actions/luarocks-rockspec-expander
uses: ColinKennedy/luarocks-rockspec-expander@v1.0.1
with:
input: template.rockspec
output: nvim-best-practices-plugin-template-scm-1.rockspec
Expand Down

0 comments on commit b7f513a

Please sign in to comment.