Skip to content

Commit 7202e44

Browse files
up1
1 parent 433edf4 commit 7202e44

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
@@ -26,6 +26,9 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v3
2828

29+
- name: Install libssl-dev
30+
run: sudo apt-get install -y libssl-dev
31+
2932
- name: Install dependencies
3033
run: |
3134
sudo apt-get update

0 commit comments

Comments
 (0)