mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-22 00:39:54 +02:00
ci: Fix the build for LuaJIT and OpenResty on Windows (#453)
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -25,8 +25,9 @@ jobs:
|
|||||||
uses: luarocks/gh-actions-lua@v10
|
uses: luarocks/gh-actions-lua@v10
|
||||||
with:
|
with:
|
||||||
luaVersion: ${{ matrix.luaVersion }}
|
luaVersion: ${{ matrix.luaVersion }}
|
||||||
|
buildCache: false
|
||||||
- name: Setup ‘luarocks’
|
- name: Setup ‘luarocks’
|
||||||
uses: luarocks/gh-actions-luarocks@v5
|
uses: luau-project/gh-actions-luarocks@fix-mingw-MSVCRT
|
||||||
- name: Make and install
|
- name: Make and install
|
||||||
run: |
|
run: |
|
||||||
luarocks make -- luasocket-scm-3.rockspec
|
luarocks make -- luasocket-scm-3.rockspec
|
||||||
|
Reference in New Issue
Block a user