From 5a7523b534d4ed6d04df3215fc7e3f8de8fba33d Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 23 Mar 2022 15:41:22 +0100 Subject: [PATCH] Update ffmpeg.yml --- .github/workflows/ffmpeg.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ffmpeg.yml b/.github/workflows/ffmpeg.yml index 81c01f8..3de20a4 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -423,14 +423,16 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf + - name: Checkout patches + uses: actions/checkout@v3.0.0 - name: Checkout FFmpeg uses: actions/checkout@v3.0.0 with: repository: FFmpeg/FFmpeg.git ref: release/5.0 path: ffmpeg - - name: Checkout NvEnc - uses: actions/checkout@v3.0.0 + #- name: Checkout NvEnc + # uses: actions/checkout@v3.0.0 # with: # repository: FFmpeg/nv-codec-headers # ref: sdk/9.1 @@ -441,10 +443,6 @@ jobs: # repository: GPUOpen-LibrariesAndSDKs/AMF # ref: master # path: amf - - name: Checkout patches - uses: actions/checkout@v3.0.0 - with: - path: patches - name: Set up artifacts uses: actions/download-artifact@v3 with: