We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968a02b commit 24e3f80Copy full SHA for 24e3f80
.github/workflows/coverity.yml
@@ -36,6 +36,7 @@ jobs:
36
37
- name: Run build steps
38
run: |
39
+ sudo apt install -y libssl-dev libcurl4-openssl-dev
40
sudo phpize && ./configure --enable-openssl --enable-mysqlnd --enable-sockets --enable-swoole-curl
41
42
- name: Run Coverity Scan Analysis Tool
0 commit comments