diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7bf1cab..1f14bae 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 diff --git a/README.md b/README.md index f0510b5..8841ee0 100644 --- a/README.md +++ b/README.md @@ -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