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
--- a/.github/workflows/codestyle.yml
+++ b/.github/workflows/codestyle.yml
@@ -51,7 +51,7 @@
     steps:
       - uses: actions/checkout@v3
       - name: Install substrate dependencies
-        run: sudo apt-get install libssl-dev pkg-config libclang-dev clang protobuf-compiler
+        run: sudo apt install -y libssl-dev pkg-config libclang-dev clang protobuf-compiler
       - name: Install latest nightly
         uses: actions-rs/toolchain@v1
         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