From 138f06e88ac4fe8e03266c7d51b34cb25e403632 Mon Sep 17 00:00:00 2001 From: Luau Date: Thu, 29 May 2025 08:43:12 -0300 Subject: [PATCH] ci: Fix the build for LuaJIT and OpenResty on Windows (#453) --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: uses: luarocks/gh-actions-lua@v10 with: luaVersion: ${{ matrix.luaVersion }} + buildCache: false - name: Setup ‘luarocks’ - uses: luarocks/gh-actions-luarocks@v5 + uses: luau-project/gh-actions-luarocks@fix-mingw-MSVCRT - name: Make and install run: | luarocks make -- luasocket-scm-3.rockspec