Skip to content

Commit

Permalink
unixPb: Switch back to default xcode before running Macos playbook (a…
Browse files Browse the repository at this point in the history
…doptium#3250)

* switch back to default xcode

* move xcode switch to after brew install
  • Loading branch information
Haroon-Khel authored Dec 6, 2023
1 parent 93df035 commit 873460a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
script: scripts/install-homebrew.sh
when: not brew.stat.exists

- name: Switch back to command line tools xcode before proceeding
command: sudo xcode-select --switch /
tags: adoptopenjdk

- name: Upgrade installed packages
become: yes
become_user: "{{ ansible_user }}"
Expand Down

0 comments on commit 873460a

Please sign in to comment.