Luajit doesn't work?
This commit is contained in:
parent
3fb6498262
commit
ee3e292cea
6
.github/workflows/ccpp.yml
vendored
6
.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 luajit
|
run: sudo apt update && sudo apt install bison flex ninja-build lua
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: brew
|
- name: brew
|
||||||
run: brew install ninja luajit
|
run: brew install ninja lua@5.1
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
install: >-
|
install: >-
|
||||||
make
|
make
|
||||||
mingw-w64-i686-gcc
|
mingw-w64-i686-gcc
|
||||||
mingw-w64-i686-luajit
|
mingw-w64-i686-lua5.1
|
||||||
ninja
|
ninja
|
||||||
bison
|
bison
|
||||||
flex
|
flex
|
||||||
|
|
Loading…
Reference in a new issue