Skip to content

Commit 057e837

Browse files
committed
only install GNU sed on Macs
1 parent a856480 commit 057e837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ runs:
1414
steps:
1515
- name: Install Homebrew Dependencies
1616
shell: bash
17+
if: ${{ runner.os == 'macOS' }}
1718
run: |
1819
brew install gnu-sed
1920
- name: Checkout Rust-Lightning and LDK-C-Bindings git

0 commit comments

Comments
 (0)