mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- stable
|
||||
|
||||
permissions:
|
||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -52,10 +52,10 @@ jobs:
|
|||
action: build
|
||||
extra:
|
||||
- runner: windows-latest
|
||||
buildcmd: build
|
||||
action: build
|
||||
extra:
|
||||
- runner: macos-latest
|
||||
buildcmd: rustc
|
||||
action: rustc
|
||||
extra: -- -C link-arg=-undefined -C link-arg=dynamic_lookup
|
||||
features:
|
||||
- luajit
|
||||
|
|
Loading…
Reference in a new issue