From 51174e5783b724d8f5cb4c98adb5e085e7191b68 Mon Sep 17 00:00:00 2001 From: ymshenyu <373318510@qq.com> Date: Thu, 2 Apr 2020 15:49:16 +0800 Subject: [PATCH] fix path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5ec96069..0c8c4056 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,7 @@ steps: xcversion select 10.1 --symlink displayName: Select Xcode 10.1 as active - script: | + PATH=/usr/local/opt/qt5/bin:$PATH mkdir build cd build cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release @@ -29,7 +30,6 @@ steps: displayName: Build Qv2ray env: Qt5_DIR: /usr/local/opt/qt5/lib/cmake/Qt5 - PATH: /usr/local/opt/qt5/bin:$PATH - script: | cp build/qv2ray-*.dmg ./qv2ray-legacy.dmg displayName: Copy binary