Skip to content

Commit

Permalink
use our own lua gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jkl1337 committed Feb 18, 2024
1 parent d83cc34 commit 17f67b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
strategy:
fail-fast: false
matrix:
lua_version: ["luajit-openresty", "luajit-2.1.0-beta3"]
lua_version: ["luajit-openresty", "luajit-2.1.0-beta3", "luajit-git"]

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup ‘lua’
uses: leafo/gh-actions-lua@v10
uses: jkl1337/gh-actions-lua@master
with:
luaVersion: ${{ matrix.lua_version }}
- name: Setup ‘luarocks’
Expand Down

0 comments on commit 17f67b8

Please sign in to comment.