mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
linux: install libxkbfile-dev
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user