mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-13 01:30:57 +00:00
linux/android generator update
This commit is contained in:
15
.github/workflows/generator-linux.yml
vendored
15
.github/workflows/generator-linux.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user