difftreelog
Merge pull request #863 from UniqueNetwork/feature/ci-make-bench
in: master
Feature/ci make bench
2 files changed
.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:
.github/workflows/make-bench.ymldiffbeforeafterbothno content