git.delta.rocks / unique-network / refs/commits / 2f442abbf92d

difftreelog

Merge pull request #863 from UniqueNetwork/feature/ci-make-bench

Yaroslav Bolyukin2023-01-30parents: #065da6d #4a186f2.patch.diff
in: master
Feature/ci make bench

2 files changed

modified.github/workflows/codestyle.ymldiffbeforeafterboth
51 steps:51 steps:
52 - uses: actions/checkout@v352 - uses: actions/checkout@v3
53 - name: Install substrate dependencies53 - name: Install substrate dependencies
54 run: sudo apt-get install libssl-dev pkg-config libclang-dev clang protobuf-compiler54 run: sudo apt install -y libssl-dev pkg-config libclang-dev clang protobuf-compiler
55 - name: Install latest nightly55 - name: Install latest nightly
56 uses: actions-rs/toolchain@v156 uses: actions-rs/toolchain@v1
57 with:57 with:
added.github/workflows/make-bench.ymldiffbeforeafterboth

no changes