Skip to content

Commit dcdc5aa

Browse files
authored
GitHub coverity-scan workflow: add libfmt-dev dependency
1 parent 4682572 commit dcdc5aa

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)