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
|
bison
|
||||||
flex
|
flex
|
||||||
zip
|
zip
|
||||||
|
git
|
||||||
- name: luarocks
|
- name: luarocks
|
||||||
run: |
|
run: |
|
||||||
/mingw32/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1
|
/mingw32/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
|
eval $(/mingw32/bin/luarocks --lua-version 5.1 path)
|
||||||
make LUA=/mingw32/bin/lua5.1
|
make LUA=/mingw32/bin/lua5.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue