From 87ca7a66bf25d371eca361005eb5ec78892f51c6 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 12:05:32 +0200 Subject: [PATCH] try-to-install-sdl --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index deb70d5..b23eb28 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ pool: steps: - script: | # sudo apt-mark hold libudev-dev # FIXME - sudo apt-get install -f libsdl2-dev + sudo apt-get install --fix-broken --ignore-missing libsdl2-dev displayName: 'libsdl2-dev' - script: | rm -rf build -- 2.40.0