summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2023-10-03 12:40:12 +0200
committerKarel Miko <karel.miko@gmail.com>2023-10-03 12:40:12 +0200
commitf8a88cc48c2e1f2fea8b062bf60d1a47f88f398f (patch)
tree2b15173a1e3d8866c14b17cc177159c178861da8
parent77c74be65cc9fb79695828d2112ff4d50f04e89f (diff)
tuning github/workflows
-rw-r--r--.github/workflows/01-main-tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/01-main-tests.yml b/.github/workflows/01-main-tests.yml
index 20e6cbb4..2c0bb899 100644
--- a/.github/workflows/01-main-tests.yml
+++ b/.github/workflows/01-main-tests.yml
@@ -58,7 +58,7 @@ jobs:
run: brew install perl
- run: perl -V
- name: Install Dependencies
- run: curl -L https://cpanmin.us | perl - --notest --installdeps .
+ run: curl --silent -L https://cpanmin.us | perl - --notest --installdeps .
- name: Run build
run: |
perl Makefile.PL
@@ -85,7 +85,7 @@ jobs:
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- run: perl -V
- name: Install Dependencies
- run: curl -L https://cpanmin.us | perl - --notest --installdeps .
+ run: curl --silent -L https://cpanmin.us | perl - --notest --installdeps .
- name: Run build
run: |
perl Makefile.PL
@@ -109,7 +109,7 @@ jobs:
uses: egor-tensin/setup-cygwin@v4
with:
platform: x64
- packages: perl_base perl-ExtUtils-MakeMaker make gcc-g++ bash libcrypt-devel libnsl-devel
+ packages: perl_base perl-ExtUtils-MakeMaker perl-JSON make gcc-g++ bash libcrypt-devel libnsl-devel
- uses: actions/checkout@v3
- run: perl -V
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'