From 1a13f1749f841872c2b5f36895f7ad3a25eb9dfe Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Thu, 14 Aug 2025 09:06:14 -0400 Subject: [PATCH] Build GAFU01_00 with actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a7448b2..24fb6fd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - version: [GAFE01_00] + version: [GAFE01_00, GAFU01_00] steps: # Checkout the repository