mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-06-02 02:04:22 +02:00
ci: Fix the build for LuaJIT and OpenResty on Windows (#453)
This commit is contained in:
parent
47e5bd71a9
commit
138f06e88a
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user