aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-06-09 23:03:57 +0200
committerGitHub <noreply@github.com>2025-06-09 23:03:57 +0200
commite62b0b470eb87b1cb7ed511ba7b14845a1958134 (patch)
treef05c1909ce46381493d1d9034f526a6745ec77a7
parent722b643d750828f0dd064362ab224a2288ee3bb9 (diff)
downloadluasystem-e62b0b470eb87b1cb7ed511ba7b14845a1958134.tar.gz
luasystem-e62b0b470eb87b1cb7ed511ba7b14845a1958134.tar.bz2
luasystem-e62b0b470eb87b1cb7ed511ba7b14845a1958134.zip
fix(ci): fix LuaJIT issue in CI (#71)
see https://github.com/luarocks/luarocks/issues/1797
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b90b7de..5b3d31a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97 97
98 - uses: hishamhm/gh-actions-luarocks@master 98 - uses: hishamhm/gh-actions-luarocks@master
99 with: 99 with:
100 luaRocksVersion: "3.11.0" 100 luaRocksVersion: "3.12.0"
101 101
102 - name: test dependencies 102 - name: test dependencies
103 run: | 103 run: |