From 2b85c94ce822d511d85fbc2c4d6ac5ba7c2108b5 Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 3 Jul 2024 13:20:29 -0400 Subject: [PATCH] add missing command --- .github/workflows/Test_Changed_Recipes.yaml | 2 +- Test-Recipes/TextToSpeech.test.recipe.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Test_Changed_Recipes.yaml b/.github/workflows/Test_Changed_Recipes.yaml index df9b41c..3bec280 100644 --- a/.github/workflows/Test_Changed_Recipes.yaml +++ b/.github/workflows/Test_Changed_Recipes.yaml @@ -45,7 +45,7 @@ jobs: - name: Install prereq if: steps.changed-files.outputs.any_changed == 'true' - run: sudo apt-get install msitools pyttsx3 -y + run: sudo apt-get install msitools speech-dispatcher -y - name: run recipe autopkg if: steps.changed-files.outputs.any_changed == 'true' diff --git a/Test-Recipes/TextToSpeech.test.recipe.yaml b/Test-Recipes/TextToSpeech.test.recipe.yaml index 41b880b..1c34bee 100644 --- a/Test-Recipes/TextToSpeech.test.recipe.yaml +++ b/Test-Recipes/TextToSpeech.test.recipe.yaml @@ -7,7 +7,7 @@ MinimumVersion: "2.3" Process: - Processor: com.github.jgstew.SharedProcessors/TextToSpeech Arguments: - input_string: "Hello World from AutoPkg!" + input_string: "Hello World from AutoPkg!!" # so far tested on macos only, but should support windows and ubuntu as well with no deps or any os with pyttsx3 # - Processor: URLTextSearcher