From db57c449dc387d68b247ae0fe73bbb178a71118c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Jul 2021 20:57:21 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf43c0647..47579aa2a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,5 +157,5 @@ 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 sudo make DYNAMIC_ARCH=1 BINARY=64 install + alpine echo ""|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install