From 4ace824852f385002facf077c5be2815b0780032 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 5 Oct 2023 15:24:38 +0200 Subject: [PATCH] Windows CI: Continue on error during cpuinfo Reviewed-by: Tom Cosgrove Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/22293) --- .github/workflows/windows.yml | 3 +++ .github/workflows/windows_comp.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 806bc25f558..7125b91f75e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -54,6 +54,7 @@ jobs: target: _build/coreinfo/ - name: get cpu info working-directory: _build + continue-on-error: true run: | 7z.exe x coreinfo/Coreinfo.zip ./Coreinfo64.exe -accepteula -f @@ -98,6 +99,7 @@ jobs: target: _build/coreinfo/ - name: get cpu info working-directory: _build + continue-on-error: true run: | 7z.exe x coreinfo/Coreinfo.zip ./Coreinfo64.exe -accepteula -f @@ -135,6 +137,7 @@ jobs: target: _build/coreinfo/ - name: get cpu info working-directory: _build + continue-on-error: true run: | 7z.exe x coreinfo/Coreinfo.zip ./Coreinfo64.exe -accepteula -f diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml index bf2e89ed715..abcc0ad0190 100644 --- a/.github/workflows/windows_comp.yml +++ b/.github/workflows/windows_comp.yml @@ -48,6 +48,7 @@ jobs: target: _build/coreinfo/ - name: get cpu info working-directory: _build + continue-on-error: true run: | 7z.exe x coreinfo/Coreinfo.zip ./Coreinfo64.exe -accepteula -f @@ -86,6 +87,7 @@ jobs: target: _build/coreinfo/ - name: get cpu info working-directory: _build + continue-on-error: true run: | 7z.exe x coreinfo/Coreinfo.zip ./Coreinfo64.exe -accepteula -f -- 2.47.2