linux: install libxkbfile-dev

This commit is contained in:
Joao Moreno
2018-03-02 15:02:33 +01:00
parent 47d632fe74
commit 519e44c2ba

View File

@@ -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 }