From 1d5d6012563b47b2cd69e9cb319fe93129f4a54b Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 3 Oct 2021 21:23:25 +0200 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5182bed1..5f3ae941 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |