ci: (AOM) Replace files if they exist

This shouldn't happen, but it seems our 'if' case is not working right. Will have to investigate this in the future.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-10-03 21:23:25 +02:00 committed by Xaymar
parent 08cd4ec655
commit 2ff883f423

View file

@ -78,7 +78,7 @@ jobs:
shell: bash
run: |
curl -L -o "aom.7z" "https://github.com/Xaymar/aom/releases/download/v${{ env.LIBAOM_VERSION }}/aom-windows-64-shared.7z"
7z x -o"build/libaom/" "aom.7z"
7z x -y -o"build/libaom/" "aom.7z"
- name: "StreamFX: Configure"
shell: bash
run: |