We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bff2f7 commit c420668Copy full SHA for c420668
.github/workflows/buildsite.yml
@@ -20,6 +20,7 @@ jobs:
20
sudo apt-get install -y libssl-dev libz-dev
21
- name: Install modules
22
run: |
23
+ sudo cpanm --notest File::ShareDir::Install
24
sudo cpanm --installdeps --notest .
25
sudo cpanm --notest App::CPANModuleSite
26
sudo cp -r /root/.cpanm/work/*/build.log build.log
0 commit comments