From 890a253c42f25337b4805a0ef4ea2c64b0e32cef Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 27 Jun 2022 22:21:28 +0200 Subject: [PATCH] Attempt to build the luaposix rock on Windows. --- .github/workflows/ccpp.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 9a6f73fba..268eddb82 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -39,19 +39,18 @@ jobs: install: >- make mingw-w64-i686-gcc - mingw-w64-i686-lua51 - mingw-w64-i686-lua-luarocks + mingw-w64-x86_64-lua51 + mingw-w64-x86_64-lua-luarocks ninja bison flex zip - git - name: luarocks run: | - /mingw32/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1 + git config --global url."https://".insteadOf git:// + /mingw64/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1 - uses: actions/checkout@v3 - name: build run: | - eval $(/mingw32/bin/luarocks --lua-version 5.1 path) - make LUA=/mingw32/bin/lua5.1 + make LUA=/mingw64/bin/lua5.1