mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(lua): fix windows filename
This commit is contained in:
parent
b115b2cd92
commit
9b7bcb1830
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
ext: so
|
||||
- runner: windows-latest
|
||||
arch: x86_64
|
||||
target: linux-gnu
|
||||
target: windows-msvc
|
||||
pre:
|
||||
ext: dll
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue