From 62ba0833bd6eebcc74706a73d4c4babd635e7253 Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 27 Jun 2022 19:29:50 +0200 Subject: [PATCH] Try and make build on Windows. --- .github/workflows/ccpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index af7296e21..9a6f73fba 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -45,11 +45,13 @@ jobs: bison flex zip + git - name: luarocks run: | /mingw32/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