ci: fix definition

This commit is contained in:
əlemi 2024-09-17 20:41:05 +02:00
parent d963da6583
commit aba11707a2
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@ name: lua
on: on:
push: push:
branches: branches:
- dev
- stable - stable
permissions: permissions:

View file

@ -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