Try and make build on Windows.
This commit is contained in:
parent
0d40494c93
commit
62ba0833bd
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue