Skip to content

Commit 150c6c9

Browse files
authored
[ci] fix check GHA (#389)
1 parent ae8d5ef commit 150c6c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Check Set-Up & Build
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
7-
branches: [ main ]
7+
branches: [main]
88
pull_request:
9-
branches: [ main ]
9+
branches: [main]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
- name: Set-Up
26-
run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev
26+
run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev protobuf-compiler
2727

2828
- name: Install Rustup
2929
run: |

0 commit comments

Comments
 (0)