use lndl in github action build
This commit is contained in:
parent
e5c87bf42e
commit
0f38287bbc
2
.github/workflows/nuitka.yml
vendored
2
.github/workflows/nuitka.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
- name: Build by nuitka
|
||||
shell: pwsh
|
||||
run: |
|
||||
python nuitka_build.py --github
|
||||
python -m lndl_nuitka . -y
|
||||
# 集成的构建脚本 好耶!
|
||||
|
||||
# 获取短 sha
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
- name: Build by nuitka
|
||||
shell: pwsh
|
||||
run: |
|
||||
python nuitka_build.py --github
|
||||
python -m lndl_nuitka . -y
|
||||
# 集成的构建脚本 好耶!
|
||||
|
||||
# 编译 dr_rs
|
||||
|
Loading…
Reference in New Issue
Block a user