From ae8c30f650466ec7de3cee0ea3ca4205f05e7b85 Mon Sep 17 00:00:00 2001 From: hzexe Date: Wed, 9 Jan 2019 02:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E4=BA=BA=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e55e672..c980d70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ for: only: - image: Ubuntu1804 init: - - sh: sudo apt-get update && apt install clang-3.9 + - sh: sudo apt-get update && apt install -y clang-3.9 clone_folder: /home/appveyor/projects/ build_script: - sh: dotnet publish /p:NativeLib=Shared -r linux-x64 -c release QQMusic_Native_Library