Update azure-pipelines.yml
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 11 Jul 2021 05:25:07 +0000 (07:25 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jul 2021 05:25:07 +0000 (07:25 +0200)
azure-pipelines.yml

index 2d7f597..734c50d 100644 (file)
@@ -157,7 +157,7 @@ jobs:
         alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
         sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
         alpine make DYNAMIC_ARCH=1 BINARY=64
-        alpine echo ""|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install
+        alpine (echo ""|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install)
         alpine ls -l /opt/OpenBLAS/include
         alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
         alpine echo "#include <openblas_config.h>" >>test_install.c