mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 00:23:27 +00:00
build web github action
This commit is contained in:
6
.github/workflows/build-web.yml
vendored
6
.github/workflows/build-web.yml
vendored
@@ -31,12 +31,6 @@ jobs:
|
|||||||
channel: "stable"
|
channel: "stable"
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
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/
|
# https://rustdesk.com/docs/en/dev/build/web/
|
||||||
- name: Build web
|
- name: Build web
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user