1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

We no longer use tts, so remove speech-related dependencies (#2698)

This commit is contained in:
Emil Ernerfeldt
2023-02-08 18:45:44 +01:00
committed by GitHub
parent 0fc25c2680
commit ebeb788b1f
5 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ jobs:
#TODO(emilk) use upstream when https://github.com/awalsh128/cache-apt-pkgs-action/pull/90 is merged
uses: rerun-io/cache-apt-pkgs-action@59534850182063abf1b2c11bb3686722a12a8397
with:
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd
version: 1.0
execute_install_scripts: true