git.delta.rocks / unique-network / refs/commits / 3a2595bf6423

difftreelog

fix CI make-bench

Konstantin Astakhov2023-01-29parent: #c92410f.patch.diff
in: master

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:
modified.github/workflows/make-bench.ymldiffbeforeafterboth
25 uses: xom9ikk/dotenv@v2 25 uses: xom9ikk/dotenv@v2
2626
27 - name: Install substrate dependencies27 - name: Install substrate dependencies
28 run: sudo apt-get install libssl-dev pkg-config libclang-dev clang protobuf-compiler28 run: sudo apt install -y curl cmake make libssl-dev pkg-config libclang-dev clang protobuf-compiler
2929
30 - name: Install actual toolchain30 - name: Install actual toolchain
31 uses: actions-rs/toolchain@v131 uses: actions-rs/toolchain@v1