Aggregate CI fixes

This commit is contained in:
Christian Semmler 2026-04-25 09:14:34 -07:00
parent 919ede5428
commit d96d25ebbc
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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"]),