Skip to content

Commit

Permalink
Update build_mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Sep 23, 2024
1 parent aa7828e commit b31f145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: brew install [email protected] --overwrite

-name: Configure dirmgr
run: |
mkdir -p ~/.gnupg/
touch ~/.gnupg/dirmngr.conf
echo "standard-resolver" > ~/.gnupg/dirmngr.conf
run: |
mkdir -p ~/.gnupg/
touch ~/.gnupg/dirmngr.conf
echo "standard-resolver" > ~/.gnupg/dirmngr.conf
- name: Install Ansible
run: brew install ansible
Expand Down

0 comments on commit b31f145

Please sign in to comment.