There was an error while loading. Please reload this page.
1 parent 7d2fc11 commit 304f31dCopy full SHA for 304f31d
1 file changed
.github/workflows/main.yml
@@ -203,7 +203,7 @@ jobs:
203
needs: build
204
strategy:
205
matrix:
206
- lua: [lua54, luajit]
+ lua: [lua55, lua54, luajit]
207
defaults:
208
run:
209
shell: msys2 {0}
@@ -212,7 +212,7 @@ jobs:
212
- uses: actions/checkout@main
213
- name: Install Rust & Lua
214
run: |
215
- pacman -S --noconfirm mingw-w64-x86_64-rust mingw-w64-x86_64-lua mingw-w64-x86_64-luajit mingw-w64-x86_64-pkg-config
+ pacman -S --noconfirm mingw-w64-x86_64-rust mingw-w64-x86_64-lua54 mingw-w64-x86_64-lua mingw-w64-x86_64-luajit mingw-w64-x86_64-pkg-config
216
- name: Run ${{ matrix.lua }} module tests
217
218
(cd tests/module && cargo build --release --features "${{ matrix.lua }}")
0 commit comments