From cec0976fa16413c84b69707fd04ef4c1b4f9f333 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 30 May 2022 15:56:21 -0400 Subject: [PATCH] 48way binary --- .github/workflows/build-firmware.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 81c96d8dd7..23fc924dd5 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -51,6 +51,7 @@ jobs: subaru_eg33_f7, f429-discovery, core8, + 48way, atlas, tdg-pdm8, ] @@ -216,6 +217,10 @@ jobs: ini-file: rusefi_core8.ini skip-rate: 90 + - build-target: 48way + folder: 48way + ini-file: rusefi_48way.ini + - build-target: atlas folder: atlas ini-file: rusefi_atlas.ini