We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9624f6 commit 0023362Copy full SHA for 0023362
1 file changed
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
with:
41
update: true
42
install: >-
43
+ base-devel
44
autotools
45
curl
46
gettext
@@ -52,7 +53,7 @@ jobs:
52
53
if: runner.os == 'Linux'
54
run: |
55
sudo apt-get -y update
- sudo apt-get -y install libtinfo6 libncurses6 autopoint
56
+ sudo apt-get -y install libtinfo6 libncurses6 autopoint libltdl-dev
57
58
- name: Set up Homebrew
59
if: runner.os == 'macOS'
0 commit comments