Skip to content

Commit cff02a8

Browse files
committed
Install SoX in Windows MultiArchPlatform tests
1 parent 7856f92 commit cff02a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,7 @@ jobs:
13081308
- uses: actions/setup-node@v2
13091309
with:
13101310
node-version: ${{ matrix.nodejs-version }}
1311+
- uses: ./.github/actions/win-install-sox
13111312
- uses: actions/download-artifact@v2
13121313
with:
13131314
name: "deepspeech-${{ matrix.build-flavor }}.tgz"
@@ -1363,6 +1364,7 @@ jobs:
13631364
- uses: actions/setup-node@v2
13641365
with:
13651366
node-version: 12
1367+
- uses: ./.github/actions/win-install-sox
13661368
- uses: actions/download-artifact@v2
13671369
with:
13681370
name: "deepspeech-${{ matrix.build-flavor }}.tgz"

0 commit comments

Comments
 (0)