[ci] fix check GHA (#389)

main
Alexander Samusev 2022-11-09 11:37:51 +01:00 committed by GitHub
parent ae8d5ef88c
commit 150c6c9e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: |