Skip to content

Commit

Permalink
CI: use gh-actions-luarocks being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Aug 31, 2024
1 parent db39504 commit b201131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
luaVersion: "5.2"

- uses: hishamhm/gh-actions-luarocks@master
- uses: ./
with:
luaRocksVersion: "2.4.4"

Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: hishamhm/gh-actions-lua@master
- uses: hishamhm/gh-actions-luarocks@master
- uses: ./

- name: test luarocks
run: |
Expand All @@ -82,7 +82,7 @@ jobs:
- uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}
- uses: hishamhm/gh-actions-luarocks@master
- uses: ./

- name: test luarocks
shell: cmd
Expand All @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-openresty@main
- uses: hishamhm/gh-actions-luarocks@master
- uses: ./
with:
withLuaPath: "/usr/local/openresty/luajit/"

Expand Down

0 comments on commit b201131

Please sign in to comment.