aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluau-project <luau.project@gmail.com>2025-02-28 17:21:57 -0300
committerCaleb Maclennan <caleb@alerque.com>2025-03-01 00:57:51 +0300
commitf139105c9822bc04925ec6ca6a4f0fbf4d5ce05d (patch)
tree7206fb1b5e14aa6220ccb07fa955231e5fe174bf
parent66cdeca6636a017fe8ed2b0ee431798f8fb4ade3 (diff)
downloadluasocket-f139105c9822bc04925ec6ca6a4f0fbf4d5ce05d.tar.gz
luasocket-f139105c9822bc04925ec6ca6a4f0fbf4d5ce05d.tar.bz2
luasocket-f139105c9822bc04925ec6ca6a4f0fbf4d5ce05d.zip
ci: Use GitHub Actions from luarocks namespace
-rw-r--r--.github/workflows/build.yml4
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