From 519e44c2ba2d969a12b7c78c191da21f4d8a7a8d Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 2 Mar 2018 15:02:33 +0100 Subject: [PATCH] linux: install libxkbfile-dev --- build/tfs/linux/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/tfs/linux/build.yml b/build/tfs/linux/build.yml index 499ae972cfb..c87e89e5298 100644 --- a/build/tfs/linux/build.yml +++ b/build/tfs/linux/build.yml @@ -6,6 +6,9 @@ variables: steps: +- script: | + apt install libxkbfile-dev + - powershell: | Get-ChildItem -Recurse -Exclude .git | ForEach-Object { Remove-Item -Recurse -Path $_.FullName -Force }