Skip to content

Commit 2672f38

Browse files
authored
Update builds.yml
1 parent 06ca0c1 commit 2672f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
brew install pkg-config
4848
if: matrix.os == 'macos-latest'
4949

50-
- name: Install Coverage
50+
- name: Install Packages
5151
env:
5252
CC: ${{ matrix.cc}}
5353
run: |
54-
sudo apt-get install lcov autoconf autoconf-archive automake libtool python3
54+
sudo apt-get install lcov autoconf autoconf-archive automake libtool python3 libltdl-dev
5555
if: matrix.os == 'ubuntu-latest'
5656

5757
- name: Build Zing

0 commit comments

Comments
 (0)