Skip to content

Commit

Permalink
add missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 3, 2024
1 parent 9c10f96 commit 2b85c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test_Changed_Recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Test-Recipes/TextToSpeech.test.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b85c94

Please sign in to comment.