Skip to content

Commit

Permalink
Install libltdl-dev on Ubuntu (was on 22.04 runners but missing in 24…
Browse files Browse the repository at this point in the history
….04)
  • Loading branch information
SingingBush committed Feb 16, 2025
1 parent 970923b commit 110d19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Install dependencies on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install libev-dev libpq-dev libevent-dev libsqlite3-dev -y
run: sudo apt-get update && sudo apt-get install libev-dev libpq-dev libevent-dev libsqlite3-dev libltdl-dev -y

- name: Install dependencies on Mac OSX
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 110d19d

Please sign in to comment.