File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
.github/actions/setup-build-deps Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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 ) )
You can’t perform that action at this time.
0 commit comments