Skip to content

Commit

Permalink
github: install codemagic cli with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 2, 2024
1 parent 1d5c80f commit 516b918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
architecture: x64

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools
run: |
brew install pipx
pipx install codemagic-cli-tools
- name: Setup keychain
run: |
Expand Down

0 comments on commit 516b918

Please sign in to comment.