diff options
Diffstat (limited to '.github/workflows')
| -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 |
