diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 06482a0e8..4dfff4b65 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 lua-posix + luarocks install --lua-version 5.1 luaposix - name: make run: make LUA=lua @@ -45,7 +45,7 @@ jobs: zip - name: luarocks run: | - /mingw32/bin/luarocks --lua-version 5.1 install lua-posix + /mingw32/bin/luarocks --lua-version 5.1 install luaposix - uses: actions/checkout@v3 - name: build run: |