Skip to content

Commit d2693ea

Browse files
authored
Update azure-pipelines.yml
1 parent 8acb6fe commit d2693ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
158158
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
159159
alpine make DYNAMIC_ARCH=1 BINARY=64
160-
alpine make DYNAMIC_ARCH=1 BINARY=64 PREFIX=mytestdir install"
160+
alpine make DYNAMIC_ARCH=1 BINARY=64 PREFIX=mytestdir install
161161
alpine ls -l mytestdir/include
162162
alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
163163
alpine echo "#include <openblas_config.h>" >>test_install.c

0 commit comments

Comments
 (0)