difftreelog
fix CI make-bench
in: master
2 files changed
.github/workflows/codestyle.ymldiffbeforeafterboth51 steps:51 steps:52 - uses: actions/checkout@v352 - uses: actions/checkout@v353 - name: Install substrate dependencies53 - name: Install substrate dependencies54 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-compiler55 - name: Install latest nightly55 - name: Install latest nightly56 uses: actions-rs/toolchain@v156 uses: actions-rs/toolchain@v157 with:57 with:.github/workflows/make-bench.ymldiffbeforeafterboth25 uses: xom9ikk/dotenv@v2 25 uses: xom9ikk/dotenv@v2 262627 - name: Install substrate dependencies27 - name: Install substrate dependencies28 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-compiler292930 - name: Install actual toolchain30 - name: Install actual toolchain31 uses: actions-rs/toolchain@v131 uses: actions-rs/toolchain@v1