Skip to content

Commit 3771da3

Browse files
author
Jan Henning Thorsen
committed
Need to install Mojo::SQLite in workflows
1 parent 3c25b24 commit 3771da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cpanm -n EV~"!= 4.28"
3535
cpanm -n https://github.com/jhthorsen/linkembedder/archive/master.tar.gz
3636
cpanm -n https://github.com/jhthorsen/mojolicious-plugin-webpack/archive/refs/heads/master.tar.gz
37-
cpanm -n DBD::SQLite Hailo Math::Calc::Parser
37+
cpanm -n DBD::SQLite Hailo Math::Calc::Parser Mojo::SQLite
3838
cpanm -n Test::Pod Test::Pod::Coverage
3939
cpanm -n --installdeps .
4040
- name: Run perl tests

0 commit comments

Comments
 (0)