mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: fix definition
This commit is contained in:
parent
d963da6583
commit
aba11707a2
2 changed files with 2 additions and 3 deletions
1
.github/workflows/lua.yml
vendored
1
.github/workflows/lua.yml
vendored
|
@ -3,7 +3,6 @@ name: lua
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -52,10 +52,10 @@ jobs:
|
||||||
action: build
|
action: build
|
||||||
extra:
|
extra:
|
||||||
- runner: windows-latest
|
- runner: windows-latest
|
||||||
buildcmd: build
|
action: build
|
||||||
extra:
|
extra:
|
||||||
- runner: macos-latest
|
- runner: macos-latest
|
||||||
buildcmd: rustc
|
action: rustc
|
||||||
extra: -- -C link-arg=-undefined -C link-arg=dynamic_lookup
|
extra: -- -C link-arg=-undefined -C link-arg=dynamic_lookup
|
||||||
features:
|
features:
|
||||||
- luajit
|
- luajit
|
||||||
|
|
Loading…
Reference in a new issue