Skip to content

Commit 304f31d

Browse files
committed
Fix module tests on windows
1 parent 7d2fc11 commit 304f31d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
needs: build
204204
strategy:
205205
matrix:
206-
lua: [lua54, luajit]
206+
lua: [lua55, lua54, luajit]
207207
defaults:
208208
run:
209209
shell: msys2 {0}
@@ -212,7 +212,7 @@ jobs:
212212
- uses: actions/checkout@main
213213
- name: Install Rust & Lua
214214
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
215+
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
216216
- name: Run ${{ matrix.lua }} module tests
217217
run: |
218218
(cd tests/module && cargo build --release --features "${{ matrix.lua }}")

0 commit comments

Comments
 (0)