From 150c6c9e66bd4e866cfd4704d4d2a16799edc2c0 Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:37:51 +0100 Subject: [PATCH] [ci] fix check GHA (#389) --- .github/workflows/check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1ebc620..c735640 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -4,9 +4,9 @@ name: Check Set-Up & Build on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - name: Set-Up - run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev + run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev protobuf-compiler - name: Install Rustup run: |