From d2b9bfd02cea5b662ef5c23b26410dd4b746a357 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 11:58:12 +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 fdb4bb1..cf2a7a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ pool: steps: - script: | + sudo apt-mark hold libudev-dev # FIXME sudo apt-get install --fix-missing libsdl2-dev displayName: 'libsdl2-dev' - script: | -- 2.40.0