mirror of
https://github.com/asticode/go-astiav.git
synced 2025-12-24 13:08:00 +08:00
Added getters to FilterLink
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- if: ${{ steps.load-ffmpeg-cache.outputs.cache-hit != 'true' }}
|
||||
name: Save ffmpeg cache
|
||||
uses: actions/cache/save@v3
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: ${{ env.FFMPEG_CACHE_PATH }}
|
||||
key: ffmpeg-${{ env.FFMPEG_VERSION }}-${{ runner.os }}
|
||||
|
||||
Reference in New Issue
Block a user