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
--- a/.github/workflows/make-bench.yml
+++ b/.github/workflows/make-bench.yml
@@ -25,7 +25,7 @@
         uses: xom9ikk/dotenv@v2        
 
       - name: Install substrate dependencies
-        run: sudo apt-get install libssl-dev pkg-config libclang-dev clang protobuf-compiler
+        run: sudo apt install -y curl cmake make libssl-dev pkg-config libclang-dev clang protobuf-compiler
 
       - name: Install actual toolchain
         uses: actions-rs/toolchain@v1