Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brew packages should be updated, but only if brew exists. #6

Open
darrenmeehan opened this issue Feb 1, 2022 · 0 comments
Open

Brew packages should be updated, but only if brew exists. #6

darrenmeehan opened this issue Feb 1, 2022 · 0 comments

Comments

@darrenmeehan
Copy link
Owner

These pre_tasks will fail on the first run, as brew will not have been installed yet.

    - name: Check for updates for brew packages
      shell: brew update
    - name: Update existing brew packages
      shell: brew upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant