Skip to content

Commit 6be61f8

Browse files
committed
Install SoX in macOS environment GitHub Actions
1 parent e40a19f commit 6be61f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get -qq install sox speech-tools
4343
4444
- if: runner.os == 'macOS'
45-
run: brew install speech-tools
45+
run: brew install sox speech-tools
4646

4747
- uses: gradle/[email protected]
4848
with:

0 commit comments

Comments
 (0)