Skip to content

Commit e62c37f

Browse files
committed
Use gnu-sed to generate bindings
1 parent 7169d84 commit e62c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Generate C Bindings
3131
shell: bash
3232
run: |
33-
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
33+
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
3434
pushd bindings/artifacts/ldk-c-bindings
3535
./genbindings.sh ../rust-lightning true
3636
popd

0 commit comments

Comments
 (0)