From 2c7a7d2f2c9cf4c897be1ec46b20b2f45347f31d Mon Sep 17 00:00:00 2001 From: foxtacles Date: Sat, 25 Apr 2026 13:44:14 -0700 Subject: [PATCH] Aggregate CI fixes (#1753) --- .github/workflows/compare.yml | 1 + tools/multi-analyze.ps1 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index 9a98872d..df594ea0 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -52,6 +52,7 @@ jobs: needs: [fetch-deps, reccmp] runs-on: windows-latest strategy: + fail-fast: false matrix: job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] builds: diff --git a/tools/multi-analyze.ps1 b/tools/multi-analyze.ps1 index 36caf284..01f9da03 100644 --- a/tools/multi-analyze.ps1 +++ b/tools/multi-analyze.ps1 @@ -21,9 +21,10 @@ foreach($a in $artifacts) { foreach($i in $build_ids) { $params = @{ - FilePath = "reccmp-reccmp" + FilePath = "python" PassThru = $null ArgumentList = @( + "-m", "reccmp.tools.asmcmp", "--paths", $("legobin/" + $a["binfile"]), $($build_dirs[$i] + "/" + $a["binfile"]),