Fix. Remove unused idd feature in ci. (#7198)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-02-20 03:19:38 +08:00
committed by GitHub
parent 914da2b86f
commit 27f5d0fd54
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ jobs:
shell: bash
- name: Build rustdesk
run: python3 .\build.py --portable --hwcodec --flutter --gpucodec --feature IddDriver
run: python3 .\build.py --portable --hwcodec --flutter --gpucodec
- name: find Runner.res
# Windows: find Runner.res (compiled from ./flutter/windows/runner/Runner.rc), copy to ./Runner.res

View File

@@ -64,7 +64,7 @@ jobs:
shell: bash
- name: Build rustdesk
run: python3 .\build.py --portable --hwcodec --flutter --feature IddDriver
run: python3 .\build.py --portable --hwcodec --flutter
- name: Build self-extracted executable
shell: bash