X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fbefore_script.sh;h=003a9a63c20a0320f1b6d83f468d6914abb55df6;hb=20f4ae52470e6dcf2af1f97ceb40a63b5200ec37;hp=6121ac50caae76ad8ef8b5c74e005253074686dd;hpb=128c0cba76ec599330aeb95df67069b544f22f41;p=openssl-gost%2Fengine.git diff --git a/.github/before_script.sh b/.github/before_script.sh index 6121ac5..003a9a6 100755 --- a/.github/before_script.sh +++ b/.github/before_script.sh @@ -1,7 +1,11 @@ #!/bin/bash -efux -curl -L https://cpanmin.us | sudo perl - --sudo App::cpanminus -sudo cpanm --notest Test2::V0 > build.log 2>&1 || (cat build.log && exit 1) +# Download cpanm and make it executable as a standalone script +curl -L https://cpanmin.us -o cpanm +chmod 0755 cpanm + +sudo ./cpanm --notest Test2::V0 > build.log 2>&1 \ + || (cat build.log && exit 1) if [ "${APT_INSTALL-}" ]; then sudo apt-get install -y $APT_INSTALL