Skip to content

Commit 2517be5

Browse files
committed
Cleanup Files
1 parent 1af0ec8 commit 2517be5

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/deploy_beta.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
fail-fast: false
1616

1717
steps:
18-
- uses: actions/checkout@v3
19-
20-
# - name: Install Bundle
21-
# run: cd ./${{ matrix.platform }} && bundle install
18+
- uses: actions/checkout@v4
2219

2320
- if: matrix.platform == 'android'
2421
uses: actions/setup-java@v3
@@ -36,10 +33,6 @@ jobs:
3633
flutter config --no-analytics
3734
flutter pub get
3835
39-
# - if: matrix.platform == 'ios'
40-
# name: Install latest CocoaPods Version
41-
# run: sudo gem install cocoapods
42-
4336
- if: matrix.platform == 'ios'
4437
name: Install CocoaPods
4538
run: cd ./ios && pod install

0 commit comments

Comments
 (0)