We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af0ec8 commit 2517be5Copy full SHA for 2517be5
1 file changed
.github/workflows/deploy_beta.yml
@@ -15,10 +15,7 @@ jobs:
15
fail-fast: false
16
17
steps:
18
- - uses: actions/checkout@v3
19
-
20
- # - name: Install Bundle
21
- # run: cd ./${{ matrix.platform }} && bundle install
+ - uses: actions/checkout@v4
22
23
- if: matrix.platform == 'android'
24
uses: actions/setup-java@v3
@@ -36,10 +33,6 @@ jobs:
36
33
flutter config --no-analytics
37
34
flutter pub get
38
35
39
- # - if: matrix.platform == 'ios'
40
- # name: Install latest CocoaPods Version
41
- # run: sudo gem install cocoapods
42
43
- if: matrix.platform == 'ios'
44
name: Install CocoaPods
45
run: cd ./ios && pod install
0 commit comments