Skip to content

Commit

Permalink
Defer cloning the repository until Homebrew is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Dec 17, 2024
1 parent 98736ca commit e6db878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
# The minimum supported macOS version.
MACOSX_DEPLOYMENT_TARGET: 11.0
steps:
- uses: actions/checkout@v4
- name: Reload the patched Homebrew environment
id: patched-homebrew
uses: actions/cache@v4
Expand Down Expand Up @@ -133,6 +132,7 @@ jobs:
run: |
export PATH=$PWD/homebrew/bin:$PATH
echo "PYTHONPATH=$(brew --prefix)/lib/python3.13/site-packages:$PYTHONPATH" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Build macOS version
run: |
export PATH=$PWD/homebrew/bin:$PATH
Expand Down

0 comments on commit e6db878

Please sign in to comment.