Loading .github/workflows/perl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ jobs: - name: perl -V run: perl -V - name: Install Dependencies run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure - name: Pre-Build run: perl Build.PL - name: Build Loading Loading
.github/workflows/perl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ jobs: - name: perl -V run: perl -V - name: Install Dependencies run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure - name: Pre-Build run: perl Build.PL - name: Build Loading