Skip to content

Commit

Permalink
path tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 17, 2024
1 parent 329e68d commit a5f5a83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- [self-hosted, macOS]
runs-on: ${{ matrix.os }}
steps:
- name: Add homebrew to PATH
# should be conditional on macos!
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
run: echo "/opt/homebrew/bin" >> "$GITHUB_PATH"
- name: Check out the repo
uses: actions/checkout@v4
- name: Log in to Docker Hub
Expand Down

0 comments on commit a5f5a83

Please sign in to comment.