Update ffmpeg.yml

This commit is contained in:
Daniel Stankewitz 2022-03-21 12:34:16 +01:00 committed by GitHub
parent 2818629b12
commit 12f45b19ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ jobs:
runs-on: windows-2022 runs-on: windows-2022
needs: [] needs: []
steps: steps:
- name: Set up swap space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 2
- name: Set up MSYS2 - name: Set up MSYS2
uses: msys2/setup-msys2@v2 uses: msys2/setup-msys2@v2
with: with: