Skip to content

Commit d266f9b

Browse files
authored
CI: remove echo "/opt/homebrew/opt/gpatch/libexec/gnubin" >> "$GITHUB_PATH" (#234)
This is not needed now that tests automatically look for `gpatch` on mac since commit 1254f14 ("tests: validate "patch" and "ed" commands once, print meaningful messages (#226)") The fewer PATH changes, the better. Signed-off-by: Marc Herbert <Marc.Herbert@gmail.com>
1 parent ec3428b commit d266f9b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
if: runner.os == 'macOS'
3232
run: |
3333
brew install gpatch
34-
echo "/opt/homebrew/opt/gpatch/libexec/gnubin" >> "$GITHUB_PATH"
3534
- name: set up PATH on Windows
3635
# Needed to use GNU's patch.exe instead of Strawberry Perl patch
3736
if: runner.os == 'Windows'
@@ -85,7 +84,6 @@ jobs:
8584
if: runner.os == 'macOS'
8685
run: |
8786
brew install gpatch
88-
echo "/opt/homebrew/opt/gpatch/libexec/gnubin" >> "$GITHUB_PATH"
8987
- name: set up PATH on Windows
9088
# Needed to use GNU's patch.exe instead of Strawberry Perl patch
9189
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)