build web github action

This commit is contained in:
Bryan Gerlach
2025-04-15 17:02:06 -05:00
parent c8c1fac268
commit 49fd150fe5

View File

@@ -31,12 +31,6 @@ jobs:
channel: "stable"
flutter-version: ${{ env.FLUTTER_VERSION }}
- name: Patch flutter
shell: bash
run: |
cd $(dirname $(dirname $(which flutter)))
[[ "3.24.5" == ${{env.FLUTTER_VERSION}} ]] && git apply ${{ github.workspace }}/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
# https://rustdesk.com/docs/en/dev/build/web/
- name: Build web
shell: bash