Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Add apt-transport-https
Browse files Browse the repository at this point in the history
  • Loading branch information
hzexe committed Jan 8, 2019
1 parent 0665e76 commit 73f8500
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions QQMusic_Native_Library/QQMusic_Native_Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<ItemGroup>
<None Remove="QQMusic_Native_Library.h" />
</ItemGroup>

<ItemGroup>
<Content Include="QQMusic_Native_Library.h">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>



<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for:
only:
- image: Ubuntu
init:
- sh: sudo apt-get update && apt install -y clang-3.9
- sh: sudo apt-get update && sudo apt-get install -y apt-transport-https && 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
Expand Down

0 comments on commit 73f8500

Please # to comment.