Different Lua versions.

This commit is contained in:
David Given 2022-07-15 00:22:08 +02:00
parent ee3e292cea
commit a1c755faa5

View file

@ -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 run: sudo apt update && sudo apt install bison flex ninja-build lua5.3
- 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 lua@5.1 run: brew install ninja lua@5.4
- 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-lua5.1 mingw-w64-i686-lua
ninja ninja
bison bison
flex flex