We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ca0c1 commit 2672f38Copy full SHA for 2672f38
.github/workflows/builds.yml
@@ -47,11 +47,11 @@ jobs:
47
brew install pkg-config
48
if: matrix.os == 'macos-latest'
49
50
- - name: Install Coverage
+ - name: Install Packages
51
env:
52
CC: ${{ matrix.cc}}
53
run: |
54
- sudo apt-get install lcov autoconf autoconf-archive automake libtool python3
+ sudo apt-get install lcov autoconf autoconf-archive automake libtool python3 libltdl-dev
55
if: matrix.os == 'ubuntu-latest'
56
57
- name: Build Zing
0 commit comments