From d314ba6a0dd709bc44c91dca8ff213dfad0fdf31 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 23 Nov 2023 23:19:24 +0100 Subject: [PATCH] fix: configure luarocks to use lua 5.1 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c91b3bf07..3739f3119 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,9 @@ jobs: luaVersion: "5.1" - name: Install Luarocks uses: hishamhm/gh-actions-luarocks@master + - name: Configure Luarocks + run: | + luarocks --local config lua_version 5.1 - name: Install `luarocks-build-rust-mlua` Package run: | luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua