Skip to content

Commit

Permalink
ci: use luarocks actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Dec 4, 2024
1 parent 2634de4 commit 7c2238d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
strategy:
fail-fast: false
matrix:
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-2.1.0-beta3"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit"]

steps:
- name: Checkout
uses: actions/checkout@v3

- uses: leafo/gh-actions-lua@v10
- uses: luarocks/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}

- uses: leafo/gh-actions-luarocks@v4
- uses: luarocks/gh-actions-luarocks@master

- name: dependencies
run: |
Expand Down

0 comments on commit 7c2238d

Please sign in to comment.