diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 6b115c2af..b5f45ad29 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -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 diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index f016494a8..436701ac8 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -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