Add libssl-dev to apt-get install

Closes https://github.com/emilk/egui_template/issues/21
This commit is contained in:
Emil Ernerfeldt 2021-08-20 14:37:33 +02:00
parent 0860f9f348
commit d38861eae5
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev # egui_glium dependencies
- 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

View file

@ -23,7 +23,7 @@ Make sure you are using the latest version of stable rust by running `rustup upd
On Linux you need to first run:
`sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev`
`sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev`
### Compiling for the web