mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
chaldea - flutterversion fix
This commit is contained in:
parent
893ff9d36b
commit
033f2979a8
1 changed files with 3 additions and 5 deletions
|
|
@ -1619,11 +1619,9 @@ Builds:
|
|||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export version=$(grep "\ \ FLUTTER_VERSION" .github/workflows/deploy-github-release.yml
|
||||
| cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- flutterVersion=$(sed -n -E "s/^\s*flutter:\ (.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
|
|
|
|||
Loading…
Reference in a new issue