use lndl in github action build

This commit is contained in:
shenjack 2023-12-13 13:05:09 +08:00
parent e5c87bf42e
commit 0f38287bbc
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ jobs:
- name: Build by nuitka - name: Build by nuitka
shell: pwsh shell: pwsh
run: | run: |
python nuitka_build.py --github python -m lndl_nuitka . -y
# 集成的构建脚本 好耶! # 集成的构建脚本 好耶!
# 获取短 sha # 获取短 sha

View File

@ -74,7 +74,7 @@ jobs:
- name: Build by nuitka - name: Build by nuitka
shell: pwsh shell: pwsh
run: | run: |
python nuitka_build.py --github python -m lndl_nuitka . -y
# 集成的构建脚本 好耶! # 集成的构建脚本 好耶!
# 编译 dr_rs # 编译 dr_rs