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:
parent
9f600f4bfe
commit
1d5d601256
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue