Skip to content

Commit f59d6ad

Browse files
committed
fix
1 parent 9e3f1f4 commit f59d6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Install torchaudio
6363
# TODO: Enable NVDec/NVEnc
64-
conda install --quiet -y 'ffmpeg>=5.0,<6' pkg-config
64+
conda install --quiet -y -c conda-forge 'ffmpeg>=5.0,<6' pkg-config
6565
pip --quiet install cmake>=3.18.0 ninja
6666
cd packaging
6767
. ./pkg_helpers.bash

0 commit comments

Comments
 (0)