Skip to content

Commit

Permalink
build with previous flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Sep 8, 2021
1 parent 4e811d8 commit 513520c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
PATH=$PATH:$GOPATH/bin gomobile bind -target=ios/arm64 -tags="ios experimental signrpc walletrpc chainrpc invoicesrpc routerrpc backuprpc peerrpc submarineswaprpc breezbackuprpc" -o build/ios/bindings.framework github.com/breez/breez/bindings
popd
brew install ideviceinstaller ios-deploy
git clone https://github.com/flutter/flutter.git -b stable
git clone --branch 2.2.3 https://github.com/flutter/flutter.git
cp -r $GOPATH/src/github.com/breez/breez/build/ios/bindings.framework $GITHUB_WORKSPACE/ios/bindings.framework
rm -rf $GITHUB_WORKSPACE/conf
Expand All @@ -74,8 +74,7 @@ jobs:
ls $GITHUB_WORKSPACE/conf
cat $GITHUB_WORKSPACE/conf/breez.conf
sftp [email protected]:config/conf/GoogleService-Info.plist $GITHUB_WORKSPACE/ios/Runner/GoogleService-Info.plist
./flutter/bin/flutter upgrade
./flutter/bin/flutter clean
./flutter/bin/flutter build ios --no-codesign --no-tree-shake-icons
Expand Down

0 comments on commit 513520c

Please sign in to comment.