Skip to content

Commit

Permalink
GHA: Restore Ansible Install For MACOS
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jun 18, 2024
1 parent daeb88e commit b6a589c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:

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

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

- name: Install Ansible
run: brew install ansible
- name: Install Pre-Requisites
run: brew install ansible --overwrite

# This is to fix an issue with the github macos14 runner, that cant resolve keyserver.ubuntu.com
# but this does work when replaced with the IP address. Spotted during the GPG verification of ANT step
Expand Down

0 comments on commit b6a589c

Please sign in to comment.