added powershell lines
Some checks are pending
Build the flutter version of the RustDesk / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[arch:x86_64 os:windows-2019 target:x86_64-pc-windows-msvc]) (push) Has started running

This commit is contained in:
2023-09-24 05:06:02 -05:00
parent b6b64abaf6
commit 4b7ee581fd

View File

@@ -69,6 +69,7 @@ jobs:
prefix-key: ${{ matrix.job.os }}
- name: Install flutter rust bridge deps
shell: powershell
run: |
git config --global core.longpaths true
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
@@ -81,6 +82,7 @@ jobs:
# git clone https://github.com/Kingtous/rustdesk_thirdpary_lib --depth=1
- name: Build rustdesk
shell: powershell
env:
VCPKG_ROOT: C:\rustdesk_thirdpary_lib\vcpkg
run: python3 .\build.py --portable --hwcodec --flutter --feature IddDriver