Skip to content

Commit

Permalink
attempt fix of GA setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 5, 2024
1 parent acf31ab commit 2db201e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,23 @@ jobs:
- 2.1
- 1.1
- 1.0
- luajit

runs-on: ${{ matrix.os }}

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

- name: Setup msvc
if: ${{ startsWith(matrix.os, 'windows') && !startsWith(matrix.version, 'luajit') }}
uses: ilammy/msvc-dev-cmd@v1

- uses: leafo/gh-actions-lua@v10
- uses: leso-kn/gh-actions-lua@v11-staging
with:
luaVersion: ${{ matrix.version }}

- name: Setup luarocks
uses: hishamhm/gh-actions-luarocks@master

- run: make lu_test

0 comments on commit 2db201e

Please sign in to comment.