Browse Source

sudo make ci work

Aurel Bílý 5 years ago
parent
commit
bd97e56a6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/azure-pipelines/install-libuv.yml

+ 1 - 1
extra/azure-pipelines/install-libuv.yml

@@ -8,6 +8,6 @@ steps:
       sh autogen.sh
       sh autogen.sh
       ./configure
       ./configure
       make
       make
-      make install
+      sudo make install
       popd
       popd
     displayName: Install libuv v1.31.0
     displayName: Install libuv v1.31.0