Fixes XML::Loy dependency that breaks with Mojo >= 9.31

Change-Id: I06840214c619c183c4452e37ce3431f9fc3f0fa1
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 813333b..6084aca 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -23,7 +23,7 @@
       - name: Install dependencies
         run: |
           cpanm File::ShareDir::Install
-          cpanm --installdeps -v .
+          cpanm --installdeps .
       - name: Install
         run: |
           perl Makefile.PL