From 711f9213c7c2df979bc6e28552ca162b78908acf Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 26 Jun 2022 22:46:43 +0200 Subject: [PATCH] Maybe v33? --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 67c854901..2814c2fe5 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -20,7 +20,7 @@ jobs: run: brew install ninja lua@5.1 luarocks - name: luarocks run: | - luarocks install --lua-version 5.1 luaposix 35.1-1 + luarocks install --lua-version 5.1 luaposix 33.0.0-1 - name: make run: make LUA=/usr/local/bin/lua5.1 @@ -45,7 +45,7 @@ jobs: zip - name: luarocks run: | - /mingw32/bin/luarocks --lua-version 5.1 install luaposix 35.1-1 + /mingw32/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1 - uses: actions/checkout@v3 - name: build run: |