diff options
| author | Luau <luau.project@gmail.com> | 2025-05-29 08:43:12 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 14:43:12 +0300 |
| commit | 138f06e88ac4fe8e03266c7d51b34cb25e403632 (patch) | |
| tree | ad5b005caa8b4cf6c55831f9aaf92da6aad76b08 /.github | |
| parent | 47e5bd71a95a0a36ef5b02e5bf3af3fcab7a4409 (diff) | |
| download | luasocket-138f06e88ac4fe8e03266c7d51b34cb25e403632.tar.gz luasocket-138f06e88ac4fe8e03266c7d51b34cb25e403632.tar.bz2 luasocket-138f06e88ac4fe8e03266c7d51b34cb25e403632.zip | |
ci: Fix the build for LuaJIT and OpenResty on Windows (#453)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c079a49..fc0a680 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -25,8 +25,9 @@ jobs: | |||
| 25 | uses: luarocks/gh-actions-lua@v10 | 25 | uses: luarocks/gh-actions-lua@v10 |
| 26 | with: | 26 | with: |
| 27 | luaVersion: ${{ matrix.luaVersion }} | 27 | luaVersion: ${{ matrix.luaVersion }} |
| 28 | buildCache: false | ||
| 28 | - name: Setup ‘luarocks’ | 29 | - name: Setup ‘luarocks’ |
| 29 | uses: luarocks/gh-actions-luarocks@v5 | 30 | uses: luau-project/gh-actions-luarocks@fix-mingw-MSVCRT |
| 30 | - name: Make and install | 31 | - name: Make and install |
| 31 | run: | | 32 | run: | |
| 32 | luarocks make -- luasocket-scm-3.rockspec | 33 | luarocks make -- luasocket-scm-3.rockspec |
