Skip to content

Commit

Permalink
cov
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhhp committed Jul 3, 2024
1 parent a9c7dfd commit 036161c
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,22 @@ jobs:
steps:
- name: Install build dependencies
run: |
sudo apt-get install -y wget git gawk \
libbz2-dev build-essential \
zlib1g-dev libncurses5-dev iasl \
libbz2-dev e2fslibs-dev uuid-dev ocaml \
ocaml-findlib libyajl-dev \
autoconf libtool liblzma-dev \
python3-dev golang libsystemd-dev
sudo apt-get install -y \
build-essential \
git-core \
golang \
iasl \
libbz2-dev \
libext2fs-dev \
liblzma-dev \
libncurses5-dev \
libyajl-dev \
libzstd-dev \
ocaml \
ocaml-findlib \
python3-dev \
uuid-dev \
zlib1g-dev \
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 036161c

Please sign in to comment.