Skip to content

Commit

Permalink
add new path to macos patch exe
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 4, 2024
1 parent 080c00d commit eb60de0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install coreutils
run: brew install coreutils gpatch autoconf automake libtool
- name: Install tools
run: |
brew install coreutils gpatch autoconf automake libtool
# use gpatch's "patch" executable
echo "/usr/local/opt/gpatch/libexec/gnubin" >> $GITHUB_PATH
- name: Build
run: |
Expand Down

0 comments on commit eb60de0

Please sign in to comment.