Skip to content

Commit

Permalink
add extra git pull to fix bottling pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 21, 2024
1 parent 8aad316 commit 0d4e413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
steps:
- uses: Homebrew/actions/setup-homebrew@master
- uses: actions/checkout@v4
- name: pull
run: |
# see note below on why we need to pull
git pull
- name: build bottle
run: |
Expand Down

0 comments on commit 0d4e413

Please sign in to comment.