GitHub workflows: remove kit references.

This commit is contained in:
SBiOSoftWhare
2021-12-03 18:56:29 +01:00
parent f173b55103
commit a8bef23292
3 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -42,9 +42,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
# Make sure we use the latest version of MatrixKit
- name: Reset MatrixKit pod
run: rm -rf Pods/MatrixKit
# Make sure we use the latest version of MatrixSDK
- name: Reset MatrixSDK pod
run: rm -rf Pods/MatrixSDK
# Common setup
# Note: GH actions do not support yaml anchor yet. We need to duplicate this for every job
@@ -52,7 +52,7 @@ jobs:
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Use right MatrixKit and MatrixSDK versions
- name: Use right MatrixSDK versions
run: bundle exec fastlane point_dependencies_to_related_branches
# Main step