aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2025-05-30 23:15:04 +0300
committerCaleb Maclennan <caleb@alerque.com>2025-05-30 23:16:52 +0300
commit4844a48fbf76b0400fd7b7e4d15d244484019df1 (patch)
treed4d31ff108228029f2247d07e1d6ba120261021b
parentc37e273d6811f9810dded340a27dc25c46aab2b8 (diff)
downloadluasocket-master.tar.gz
luasocket-master.tar.bz2
luasocket-master.zip
ci: Switch back to luarocks instance of GH actionHEADmaster
-rw-r--r--.github/workflows/build.yml3
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