Update github build to deal with Lua 5.3 being default.

This commit is contained in:
Jade Mattsson 2024-03-27 15:06:01 +11:00
parent 6cd464ec6b
commit d96effa34d
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ jobs:
run: |
cp sdkconfig.defaults sdkconfig
shell: bash
- name: Update config for Lua 5.1
if: ${{ matrix.lua_ver == '5.1' }}
run: |
echo CONFIG_LUA_VERSION_51=y >> sdkconfig
shell: bash
- name: Update config for Lua 5.1, integer-only
if: ${{ matrix.lua_ver == '5.1' && matrix.numbers == 'alternate' }}
run: |