Skip to content

Commit 7943c45

Browse files
author
Takatsugu Shigeta
committed
Handle PERL_CPANM_OPT
1 parent b1ed533 commit 7943c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mt-data-api-sdk-js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
#- run: mysql --user=mt --password=password -e 'CREATE DATABASE mt_test'
3737
- run: sudo apt-get update
3838
- run: sudo apt-get install cpanminus libplack-perl libdbd-mysql-perl curl 2>&1
39+
- run: |
40+
echo "PERL_CPANM_OPT=${{ env.PERL_CPANM_OPT }}" >> "$GITHUB_ENV"
3941
- run: curl -sL https://cpanmin.us | perl - --sudo App::cpanminus
4042
- run: sudo cpanm -n Digest::SHA
4143
- run: sudo cpanm -n Digest::SHA1

0 commit comments

Comments
 (0)