Skip to content

Commit b4226b3

Browse files
committed
Add missing package for AppVeyor CI Ubuntu build
1 parent 12bfe3d commit b4226b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stack: node 10
1919
install:
2020
- cmd: PowerShell.exe "Install-Product node $env:nodejs_version"
2121
- node --version && yarn --version && python --version
22-
- sh: sudo apt-get --yes install libx11-dev libxkbfile-dev
22+
- sh: sudo apt-get --yes install libx11-dev libxkbfile-dev rpm
2323
- cmd: yarn
2424
- sh: yarn
2525

0 commit comments

Comments
 (0)