Skip to content

Commit

Permalink
Use homebrew to install jq on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb-io committed Jul 16, 2023
1 parent 732e8b0 commit 7a72dda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
)
if [[ "${{ runner.os }}" == "Windows" ]]; then
OUTPUT=$(./fta.exe sample --json)
elif [[ "${{ runner.os }}" == "macOS" ]]; then
brew install jq
OUTPUT=$(./fta sample --json)
else
sudo apt-get install -y jq
OUTPUT=$(./fta sample --json)
Expand Down

0 comments on commit 7a72dda

Please sign in to comment.