Skip to content

Commit

Permalink
Merge branch 'master' into releases/v0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 16, 2019
2 parents aed4125 + af18978 commit 3d05b2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- name: build
run: |
curl -sL https://raw.githubusercontent.com/tokuhirom/Perl-Build/master/perl-build > "$RUNNER_TEMP/perl-build"
MINOR_VERSION=$(echo -n $(echo $PERL_VERSION | cut -d. -f1,2))
perl "$RUNNER_TEMP/perl-build" "$PERL_VERSION" "$RUNNER_TOOL_CACHE/perl/$MINOR_VERSION/x64" --noman
cd "$RUNNER_TOOL_CACHE/perl/$MINOR_VERSION/x64" && tar zcf "$RUNNER_TEMP/perl.tar.gz" .
perl "$RUNNER_TEMP/perl-build" "$PERL_VERSION" "$RUNNER_TOOL_CACHE/perl/$PERL_VERSION/x64" --noman
cd "$RUNNER_TOOL_CACHE/perl/$PERL_VERSION/x64" && tar zcf "$RUNNER_TEMP/perl.tar.gz" .
env:
PERL_VERSION: ${{ matrix.perl }}

Expand Down

0 comments on commit 3d05b2c

Please sign in to comment.