Skip to content

Commit

Permalink
Only debug ffmpeg 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Apr 21, 2024
1 parent 1a9e615 commit 3d14e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
config: [ {os: windows-latest, artifactName: ffmpegTestWindows, azureFolder: windows, unzipCommand: 7z x } ]
ffmpegVersions: ["2.8.22", "3.4.13", "4.4.4", "5.1.4", "6.1.1", "7.0"]
ffmpegVersions: ["7.0"]
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/download-artifact@master
Expand Down

0 comments on commit 3d14e10

Please sign in to comment.