From 220fb61c922a68104bb91f46ece88fef2e320d69 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 12:00:25 +0200 Subject: [PATCH] try-to-install-sdl --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf2a7a2..deb70d5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,8 +11,8 @@ pool: steps: - script: | - sudo apt-mark hold libudev-dev # FIXME - sudo apt-get install --fix-missing libsdl2-dev + # sudo apt-mark hold libudev-dev # FIXME + sudo apt-get install -f libsdl2-dev displayName: 'libsdl2-dev' - script: | rm -rf build -- 2.40.0