Skip to content

Commit c420668

Browse files
committed
Force installation of File::ShareDir::Install first
1 parent 9bff2f7 commit c420668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildsite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
sudo apt-get install -y libssl-dev libz-dev
2121
- name: Install modules
2222
run: |
23+
sudo cpanm --notest File::ShareDir::Install
2324
sudo cpanm --installdeps --notest .
2425
sudo cpanm --notest App::CPANModuleSite
2526
sudo cp -r /root/.cpanm/work/*/build.log build.log

0 commit comments

Comments
 (0)