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 f86c821 commit 53c5788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@master

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

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

0 comments on commit 53c5788

Please sign in to comment.