From e7e68e5ec3befcdcd9c2f6505132d34b55e347bf Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 11:51:40 +0200 Subject: [PATCH] try-toinstall-sdl --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3c8c14a..fdb4bb1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ pool: steps: - script: | - sudo apt-get install libsdl2-dev + sudo apt-get install --fix-missing libsdl2-dev displayName: 'libsdl2-dev' - script: | rm -rf build -- 2.40.0