Skip to content

Commit 23fb1e7

Browse files
authored
Merge pull request #1898 from o1-labs/dw/fix-develop-gnu-sed
CI/build-deps: add missing gnu-sed for MacOS builds
2 parents fe37772 + 7776e33 commit 23fb1e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/setup-build-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
if: runner.os == 'macOS'
2020
shell: bash
2121
run: |
22-
brew install protobuf libpcap
22+
brew install protobuf libpcap gnu-sed
2323
2424
- name: Install cargo-nextest
2525
if: inputs.install-nextest == 'true'

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- **Build System**: enforce GNU sed on macOS, require `brew install gnu-sed`
2929
for `make fix-trailing-whitespace`, add CI test for cross-platform support,
3030
fix [#1864](https://github.com/o1-labs/mina-rust/issues/1864)
31-
([#1872](https://github.com/o1-labs/mina-rust/pull/1872))
31+
([#1898](https://github.com/o1-labs/mina-rust/pull/1898),
32+
[#1872](https://github.com/o1-labs/mina-rust/pull/1872)).
3233
- **Dependency**: use tag instead of references of o1-labs/proof-systems, fix
3334
[[#1674](https://github.com/o1-labs/mina-rust/issues/1674)]
3435
([#1673](https://github.com/o1-labs/mina-rust/pull/1673))

0 commit comments

Comments
 (0)