Skip to content

Commit

Permalink
use brew to install jq
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Nov 28, 2024
1 parent 7032f4d commit c25b58d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/appstore-testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
fi
- name: Install jq
run: sudo apt-get install -y jq

run: |
brew update
brew install jq
- name: Declare some variables
shell: bash
run: |
Expand Down

0 comments on commit c25b58d

Please sign in to comment.