From b608de8596287bd44c5dfb4cff1ebb7b1c70d151 Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Sun, 25 Jan 2026 16:21:13 -0800 Subject: [PATCH] :green_heart: Add library_dir to app_builder2 --- .github/workflows/ci.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f80b092..e53c9b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: demo_check_lpc4074: uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y with: - repo: libhal/libhal-actuator dir: demos + library_dir: . compiler_profile: hal/tc/arm-gcc platform_profile: hal/mcu/lpc4074 secrets: inherit @@ -42,8 +42,8 @@ jobs: demo_check_lpc4078: uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y with: - repo: libhal/libhal-actuator dir: demos + library_dir: . compiler_profile: hal/tc/arm-gcc platform_profile: hal/mcu/lpc4078 secrets: inherit @@ -51,26 +51,26 @@ jobs: demo_check_stm32f103c8: uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y with: - repo: libhal/libhal-actuator dir: demos + library_dir: . compiler_profile: hal/tc/arm-gcc platform_profile: hal/mcu/stm32f103c8 secrets: inherit - demo_check_mod-stm32f1-v5: - uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y - with: - repo: libhal/libhal-actuator - dir: demos - compiler_profile: hal/tc/arm-gcc - platform_profile: hal/bsp/mod-stm32f1-v5 - secrets: inherit + # demo_check_mod-stm32f1-v5: + # uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y + # with: + # dir: demos + # library_dir: . + # compiler_profile: hal/tc/arm-gcc + # platform_profile: hal/bsp/mod-stm32f1-v5 + # secrets: inherit - demo_check_mod-lpc4078-v5: - uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y - with: - repo: libhal/libhal-actuator - dir: demos - compiler_profile: hal/tc/arm-gcc - platform_profile: hal/bsp/mod-lpc4078-v5 - secrets: inherit + # demo_check_mod-lpc4078-v5: + # uses: libhal/ci/.github/workflows/app_builder2.yml@5.x.y + # with: + # dir: demos + # library_dir: . + # compiler_profile: hal/tc/arm-gcc + # platform_profile: hal/bsp/mod-lpc4078-v5 + # secrets: inherit