mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +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
|
ext: so
|
||||||
- runner: windows-latest
|
- runner: windows-latest
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
target: linux-gnu
|
target: windows-msvc
|
||||||
pre:
|
pre:
|
||||||
ext: dll
|
ext: dll
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue