Skip to content

Commit

Permalink
CI: do not use msvc with luajit
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Aug 29, 2024
1 parent e0fb6eb commit bcd3315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ jobs:
TestMatrix:
strategy:
matrix:
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@master

- uses: ilammy/msvc-dev-cmd@v1
if: ${{ ! contains(matrix.luaVersion, 'luajit') }}

- uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.lua-version }}
luaVersion: ${{ matrix.luaVersion }}

- uses: hishamhm/gh-actions-luarocks@master
with:
Expand Down

0 comments on commit bcd3315

Please sign in to comment.