Syntax fix.
This commit is contained in:
parent
ad5a8de148
commit
8614439ded
8
.github/workflows/ccpp.yml
vendored
8
.github/workflows/ccpp.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: apt
|
- 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
|
- name: make
|
||||||
run: make LUA=lua
|
run: make LUA=lua
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: brew install ninja lua luarocks
|
run: brew install ninja lua luarocks
|
||||||
- name: luarocks
|
- name: luarocks
|
||||||
run: |
|
run: |
|
||||||
luarocks install luaposix
|
luarocks install lua-posix
|
||||||
- name: make
|
- name: make
|
||||||
run: make LUA=lua
|
run: make LUA=lua
|
||||||
|
|
||||||
|
@ -38,14 +38,14 @@ jobs:
|
||||||
make
|
make
|
||||||
mingw-w64-i686-gcc
|
mingw-w64-i686-gcc
|
||||||
mingw-w64-i686-lua
|
mingw-w64-i686-lua
|
||||||
mingw-w64-x86_64-lua-luarocks
|
mingw-w64-i686-lua-luarocks
|
||||||
ninja
|
ninja
|
||||||
bison
|
bison
|
||||||
flex
|
flex
|
||||||
zip
|
zip
|
||||||
- name: luarocks
|
- name: luarocks
|
||||||
run: |
|
run: |
|
||||||
luarocks install luaposix
|
/mingw32/bin/luarocks install lua-posix
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue