Skip to content

Commit ef74efd

Browse files
add hub
1 parent 6a47839 commit ef74efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
COCOAPODS_VERSION: '1.12.1'
6969
run: |
7070
gem install cocoapods -v $COCOAPODS_VERSION
71+
brew install hub
7172
Scripts/run_prep.sh
7273
- name: Check prepare for release failure
7374
if: steps.prepare_for_release.conclusion == 'failure'
@@ -91,4 +92,5 @@ jobs:
9192
COCOAPODS_VERSION: '1.12.1'
9293
run: |
9394
gem install cocoapods -v $COCOAPODS_VERSION
95+
brew install hub
9496
Scripts/run_release.sh

0 commit comments

Comments
 (0)