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