There was an error while loading. Please reload this page.
1 parent ae8d5ef commit 150c6c9Copy full SHA for 150c6c9
.github/workflows/check.yml
@@ -4,9 +4,9 @@ name: Check Set-Up & Build
4
on:
5
# Triggers the workflow on push or pull request events but only for the master branch
6
push:
7
- branches: [ main ]
+ branches: [main]
8
pull_request:
9
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v2
24
25
- name: Set-Up
26
- 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
27
28
- name: Install Rustup
29
run: |
0 commit comments