Skip to content

Commit

Permalink
perl_ci.yml: add in libdb-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 4997208 commit fa80d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: apt-get to prepare for cached perl packages
run: |
sudo apt-get update -y
sudo apt-get install -y sqlite3 libgd-dev libsqlite3-dev libberkeleydb-perl libcdb-file-perl
sudo apt-get install -y libdb-dev sqlite3 libgd-dev libsqlite3-dev libberkeleydb-perl libcdb-file-perl
- name: cpanm installations hopefully cached
run: cpanm DBI DBD::SQLite JSON

Expand Down

0 comments on commit fa80d23

Please sign in to comment.