From 310b0cfd55c833db50c3aa05cb7ee446abe79df5 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 11:49:40 +0200 Subject: [PATCH] try-to-install-sdl --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d26f3c7..3c8c14a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,9 @@ pool: vmImage: 'ubuntu-latest' steps: +- script: | + sudo apt-get install libsdl2-dev + displayName: 'libsdl2-dev' - script: | rm -rf build mkdir build -- 2.40.0