Switch to verbose cpanm output for debugging in gh flow
Change-Id: Iebdadb14baa6dba47f7ed0f3fe3f1b4d662ae671
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 5001dae..03574a6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -28,10 +28,10 @@
- uses: actions/checkout@v2
- name: perl -V
run: perl -V
- - name: cpanm -v
- run: cpanm -v
+ - name: Install libxml
+ run: sudo apt-get install libxml2-dev
- name: Install dependencies
- run: cpanm -n --installdeps .
+ run: cpanm -v --installdeps .
- name: Install
run: |
perl Makefile.PL