1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

Add libssl-dev to apt-get install path (#635)

This commit is contained in:
Emil Ernerfeldt
2021-08-20 14:37:14 +02:00
committed by GitHub
parent 3e2746a288
commit 661f0d71a7
4 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ jobs:
profile: minimal
toolchain: 1.51.0
override: true
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
- uses: actions-rs/cargo@v1
with:
command: test