reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit cc18e799887b2cd2137a8f9c520c1076f959fe01
parent 9f61e092ff58fe743fd4f55f88f3bb405b094fc7
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue, 25 Sep 2018 02:04:55 -0400

appveyor: install libcurl4:i386 instead of libcurl3:i386 on Ubuntu 18.04

...to avoid accidentally uninstalling the .NET 2.0.7 runtime

https://help.appveyor.com/discussions/problems/17017-artifact-upload-failing-on-ubuntu-1804

Diffstat:
M.appveyor.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml @@ -28,7 +28,8 @@ for: build_script: docker exec arch sh -c "echo tup $PLATFORM | sh" before_test: - if [[ "$PLATFORM" == "x86" ]]; then - sudo apt-get install libcurl3:i386 -qq; + sudo apt-get update -qq; + sudo apt-get install libcurl4:i386 -qq; fi test_script: '$PLATFORM/bin/test' artifacts: