Skip to content

Commit

Permalink
Install hub through Homebrew, task added.
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Jan 3, 2024
1 parent f4e535d commit 5ba45e7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.1.0
- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install Hub
run: |
brew install hub
- name: Verify Hub Installation
run: |
hub version
- id: prepare_for_release
name: Prepare for release
env:
Expand All @@ -81,6 +92,17 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.1.0
- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install Hub
run: |
brew install hub
- name: Verify Hub Installation
run: |
hub version
- name: Push to cocoapods.org
env:
HOME: 'home/runner'
Expand Down

0 comments on commit 5ba45e7

Please sign in to comment.