Skip to content

Commit d06c89c

Browse files
committed
Check if C++ tests now work with ffmpeg6
1 parent 3c21d6c commit d06c89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Check out repo
2525
uses: actions/checkout@v3
2626
- name: Setup conda env
27-
uses: conda-incubator/setup-miniconda@v3
27+
uses: conda-incubator/setup-miniconda@v2
2828
with:
2929
auto-update-conda: true
30-
miniforge-version: latest
30+
miniconda-version: "latest"
3131
activate-environment: test
3232
python-version: '3.12'
3333
- name: Update pip

0 commit comments

Comments
 (0)