linux/android generator update

This commit is contained in:
Bryan Gerlach
2024-11-19 08:12:27 -06:00
parent 1c6dd127ac
commit ab5fb6c41e
2 changed files with 28 additions and 2 deletions

View File

@@ -367,7 +367,7 @@ jobs:
git \
g++ \
imagemagick \
libappindicator3-dev \
libayatana-appindicator3-dev \
libasound2-dev \
libclang-10-dev \
libgstreamer1.0-dev \
@@ -463,6 +463,19 @@ jobs:
;;
esac
if [[ "3.24.4" == ${{ env.FLUTTER_VERSION }} ]]; then
case ${{ matrix.job.arch }} in
aarch64)
pushd /opt/flutter-elinux/flutter
;;
x86_64)
pushd /opt/flutter
;;
esac
git apply ${{ github.workspace }}/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
popd
fi
# build flutter
pushd /workspace
mkdir output