git.delta.rocks / unique-network / refs/commits / 2f442abbf92d

difftreelog

Merge pull request #863 from UniqueNetwork/feature/ci-make-bench

Yaroslav Bolyukin2023-01-30parents: #065da6d #4a186f2.patch.diff
in: master
Feature/ci make bench

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:
added.github/workflows/make-bench.ymldiffbeforeafterboth

no content