Skip to content

Commit 0ebd28a

Browse files
authored
Install depenencies
1 parent fd1056e commit 0ebd28a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ jobs:
9797
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
9898
- if: matrix.build-mode == 'manual'
9999
shell: bash
100-
run: make -C proxy
100+
run: |
101+
sudo apt-get update
102+
sudo apt-get install -y libasio-dev zlib1g-dev
103+
make -C proxy
101104
102105
- name: Perform CodeQL Analysis
103106
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)