Skip to content

Commit

Permalink
UnixPB: Install JQ On MacOS
Browse files Browse the repository at this point in the history
Also includes a fix for the MacOS GHA
  • Loading branch information
steelhead31 committed Jun 18, 2024
1 parent 90dbba1 commit daeb88e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Install dependencies
- name: Install Python
run: brew install python@3.12 --overwrite

- name: Install Ansible
run: brew install ansible

# This is to fix an issue with the github macos14 runner, that cant resolve keyserver.ubuntu.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Build_Tool_Casks:
Test_Tool_Packages:
- mercurial
- pulseaudio
- jq

JCK_Tool_Casks:
- blackhole-2ch # Used to emulate a line in feed for JCK tests
Expand Down

0 comments on commit daeb88e

Please sign in to comment.