From 447f0573a19c0c2dd36153a2a21cbac2cd5af8ce Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Mon, 28 Jun 2021 14:06:23 +0000 Subject: [PATCH] ci: install substrate deps in clippy workflow --- --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -17,6 +17,8 @@ steps: - uses: actions/checkout@v1 + - name: Install substrate dependencies + run: sudo apt-get install libssl-dev pkg-config libclang-dev clang - uses: icepuma/rust-action@master with: args: cargo clippy -- -Dwarnings \ No newline at end of file -- gitstuff