From 8614439dedc311905b5d68c197c7dad0b59f1f4b Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 26 Jun 2022 21:53:16 +0200 Subject: [PATCH] Syntax fix. --- .github/workflows/ccpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 6b588c7d7..0ac52de9d 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: apt - run: sudo apt update && sudo apt install bison flex ninja-build lua lua-posix + run: sudo apt update && sudo apt install bison flex ninja-build lua5.1 lua-posix - name: make run: make LUA=lua @@ -20,7 +20,7 @@ jobs: run: brew install ninja lua luarocks - name: luarocks run: | - luarocks install luaposix + luarocks install lua-posix - name: make run: make LUA=lua @@ -38,14 +38,14 @@ jobs: make mingw-w64-i686-gcc mingw-w64-i686-lua - mingw-w64-x86_64-lua-luarocks + mingw-w64-i686-lua-luarocks ninja bison flex zip - name: luarocks run: | - luarocks install luaposix + /mingw32/bin/luarocks install lua-posix - uses: actions/checkout@v3 - name: build run: |