diff options
| -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 fc0a680..229fcbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -27,7 +27,8 @@ jobs: | |||
| 27 | luaVersion: ${{ matrix.luaVersion }} | 27 | luaVersion: ${{ matrix.luaVersion }} |
| 28 | buildCache: false | 28 | buildCache: false |
| 29 | - name: Setup ‘luarocks’ | 29 | - name: Setup ‘luarocks’ |
| 30 | uses: luau-project/gh-actions-luarocks@fix-mingw-MSVCRT | 30 | # master branch until tagged release has luajit & msvcrt fixes |
| 31 | uses: luarocks/gh-actions-luarocks@master | ||
| 31 | - name: Make and install | 32 | - name: Make and install |
| 32 | run: | | 33 | run: | |
| 33 | luarocks make -- luasocket-scm-3.rockspec | 34 | luarocks make -- luasocket-scm-3.rockspec |
