Skip to content

Commit c35ba60

Browse files
added libssl
1 parent 16bc793 commit c35ba60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v3
28+
29+
- name: Install libssl-dev
30+
run: sudo apt-get install -y libssl-dev
2831

2932
- name: Install dependencies
3033
run: |

0 commit comments

Comments
 (0)