Skip to content

Commit 7574333

Browse files
committed
Install unixodbc-dev on Ubuntu 24.04 (was on 22.04 runners but missing in 24.04)
1 parent 970923b commit 7574333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

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

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

0 commit comments

Comments
 (0)