diff options
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49c2c73..66817f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -22,11 +22,11 @@ jobs: | |||
| 22 | if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }} | 22 | if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }} |
| 23 | uses: ilammy/msvc-dev-cmd@v1 | 23 | uses: ilammy/msvc-dev-cmd@v1 |
| 24 | - name: Setup ‘lua’ | 24 | - name: Setup ‘lua’ |
| 25 | uses: leso-kn/gh-actions-lua@v11-staging | 25 | uses: luarocks/gh-actions-lua@v10 |
| 26 | with: | 26 | with: |
| 27 | luaVersion: ${{ matrix.luaVersion }} | 27 | luaVersion: ${{ matrix.luaVersion }} |
| 28 | - name: Setup ‘luarocks’ | 28 | - name: Setup ‘luarocks’ |
| 29 | uses: hishamhm/gh-actions-luarocks@master | 29 | uses: luarocks/gh-actions-luarocks@v5 |
| 30 | - name: Make and install | 30 | - name: Make and install |
| 31 | run: | | 31 | run: | |
| 32 | luarocks make -- luasocket-scm-3.rockspec | 32 | luarocks make -- luasocket-scm-3.rockspec |
