Skip to content

Commit 0bd4d1b

Browse files
Yuriy DarnobytJenkins-dev
authored andcommitted
gha: coverity-scan workflow - add libfmt-dev dependency
Signed-off-by: Yuriy Darnobyt <[email protected]>
1 parent bfc8f30 commit 0bd4d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install dependencies
2020
if: steps.check_submit.outputs.cache-hit != 'true'
21-
run: sudo apt update && sudo apt install -y libcap-dev libjsoncpp-dev liblzo2-dev liblz4-dev libssl-dev swig
21+
run: sudo apt update && sudo apt install -y libcap-dev libfmt-dev libjsoncpp-dev liblzo2-dev liblz4-dev libssl-dev swig
2222
- name: Checkout OpenVPN 3
2323
if: steps.check_submit.outputs.cache-hit != 'true'
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)