git.delta.rocks / unique-network / refs/commits / 59a4ff992234

difftreelog

fix CI make-bench

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

1 file changed

modified.github/workflows/make-bench.ymldiffbeforeafterboth
28 run: sudo apt install -y curl cmake make 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@v1.0.631 uses: actions-rs/toolchain@v1.0.7
32 with:32 with:
33 toolchain: ${{ env.RUST_TOOLCHAIN }}33 toolchain: ${{ env.RUST_TOOLCHAIN }}
34 default: true34 default: true