We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ff3eac + 52ea687 commit 529ea51Copy full SHA for 529ea51
1 file changed
.github/workflows/coverity-scan-fixes.yml
@@ -9,7 +9,26 @@ jobs:
9
coverity:
10
if: github.repository_owner == 'wolfssl'
11
runs-on: ubuntu-22.04
12
+ timeout-minutes: 5
13
steps:
14
+
15
+ - uses: actions/checkout@master
16
+ with:
17
+ repository: wolfssl/wolfssl
18
+ path: wolfssl
19
+ - name: wolfssl autogen
20
+ working-directory: ./wolfssl
21
+ run: ./autogen.sh
22
+ - name: wolfssl configure
23
24
+ run: ./configure --enable-enckeys
25
+ - name: wolfssl make
26
27
+ run: make
28
+ - name: wolfssl make install
29
30
+ run: sudo make install
31
32
- uses: actions/checkout@v4
33
with:
34
ref: master
0 commit comments