Cache ffmpeg build (#115)

Speed up PR builds by caching the ffmpeg module build artifact
This commit is contained in:
damontecres 2025-10-30 14:32:07 -04:00 committed by GitHub
parent 3f7c2ac730
commit 4945bef008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 15 deletions

View file

@ -21,15 +21,15 @@ jobs:
contents: write
steps:
- name: Checkout the code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Need the tags to build
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Setup JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: '21'