We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f13cc3 commit d90a2f7Copy full SHA for d90a2f7
.github/workflows/codeql.yml
@@ -52,6 +52,12 @@ jobs:
52
# ℹ️ Command-line programs to run using the OS shell.
53
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
54
55
+ - name: Provision agent's build dependencies
56
+ if: ${{ matrix.language == 'c-cpp' }}
57
+ run: |
58
+ sudo apt-get update
59
+ sudo apt-get install -y libprotobuf-c-dev protobuf-c-compiler
60
+
61
- name: Build
62
run: |
63
make ${{ matrix.language == 'go' && 'daemon' || 'agent' }}
0 commit comments