Skip to content

Commit

Permalink
Remove Cassandra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Dec 19, 2024
1 parent 8f25cfc commit 48b2d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Perl dependencies
run: sudo apt install libmodule-build-perl libapache-session-perl libjson-perl libdbi-perl libdbd-sqlite3-perl libdbd-cassandra-perl libnet-ldap-perl libredis-perl libdbd-mysql-perl
run: sudo apt install libmodule-build-perl libapache-session-perl libjson-perl libdbi-perl libdbd-sqlite3-perl libnet-ldap-perl libredis-perl libdbd-mysql-perl
- name: Build and run tests
run: |
perl Build.PL
Expand Down

0 comments on commit 48b2d8f

Please sign in to comment.