pull/1011/head
Brord van Wierst 2 years ago
parent 17106612ef
commit 7662f40c57
No known key found for this signature in database
GPG Key ID: 20E7ACBD8E02BC11

@ -57,10 +57,8 @@ jobs:
with: with:
flutter-version: ${{ env.FLUTTER_VERSION }} flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true cache: true
# #Pangea - name: Apply Google Services Patch
#- name: Apply Google Services Patch run: git apply ./scripts/enable-android-google-services.patch
# run: git apply ./scripts/enable-android-google-services.patch
# Pangea#
- name: Remove Emoji Font - name: Remove Emoji Font
run: | run: |
rm -rf fonts/NotoEmoji rm -rf fonts/NotoEmoji
@ -128,10 +126,8 @@ jobs:
ruby-version: 2.7 ruby-version: 2.7
- name: Install Fastlane - name: Install Fastlane
run: gem install fastlane -NV run: gem install fastlane -NV
# #Pangea - name: Apply Google Services Patch
#- name: Apply Google Services Patch run: git apply ./scripts/enable-android-google-services.patch
# run: git apply ./scripts/enable-android-google-services.patch
# Pangea#
- name: Remove Emoji Font - name: Remove Emoji Font
run: | run: |
rm -rf fonts/NotoEmoji rm -rf fonts/NotoEmoji

Loading…
Cancel
Save