Skip to content

Commit 83c3d7e

Browse files
committed
Fix Windows CI erroring on Opus vector download due to weird curl/tar
1 parent a0311a4 commit 83c3d7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
7676
- name: Download Opus test vectors
7777
# This creates a folder called opus_newvectors with the test vectors
78+
shell: bash
7879
run: curl -L https://opus-codec.org/static/testvectors/opus_testvectors-rfc8251.tar.gz | tar -xz
7980

8081
- name: Run the tests

0 commit comments

Comments
 (0)