From 901e1c5036623acc0651475019b8f7f487596bd3 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 12:07:18 +0200 Subject: [PATCH] try-to-install-sdl --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b23eb28..658d5d4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ pool: steps: - script: | + sudo apt-get update --fix-missing # sudo apt-mark hold libudev-dev # FIXME sudo apt-get install --fix-broken --ignore-missing libsdl2-dev displayName: 'libsdl2-dev' -- 2.40.0