diff --git a/.github/workflows/app_builder2.yml b/.github/workflows/app_builder2.yml index bc3c743..ec66b1b 100644 --- a/.github/workflows/app_builder2.yml +++ b/.github/workflows/app_builder2.yml @@ -75,7 +75,7 @@ jobs: - name: 📦 Create Package "${{ inputs.library_dir }}" @ version=latest if: ${{ inputs.library_dir != '' }} - run: conan create ${{ inputs.library_dir }} -pr ${{ inputs.compiler_profile }} -pr ${{ inputs.platform_profile }} ${{ inputs.extra_conan_arguments }} --version=latest + run: conan create ${{ inputs.library_dir }} -pr:a ${{ inputs.compiler_profile }} -pr:h ${{ inputs.platform_profile }} ${{ inputs.extra_conan_arguments }} --version=latest - name: 🏗️ Build Application for ${{ inputs.profile }} - run: conan build ${{ inputs.dir }} -pr ${{ inputs.compiler_profile }} -pr ${{ inputs.platform_profile }} ${{ inputs.extra_conan_arguments }} + run: conan build ${{ inputs.dir }} -pr:a ${{ inputs.compiler_profile }} -pr:h ${{ inputs.platform_profile }} ${{ inputs.extra_conan_arguments }} diff --git a/.github/workflows/self_check.yml b/.github/workflows/self_check.yml index c8fb027..174eedc 100644 --- a/.github/workflows/self_check.yml +++ b/.github/workflows/self_check.yml @@ -207,7 +207,7 @@ jobs: with: repo: libhal/libhal-arm-mcu dir: demos - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/mcu/lpc4078 secrets: inherit @@ -219,7 +219,7 @@ jobs: repo: libhal/libhal-expander dir: demos library_dir: . - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/mcu/lpc4078 libhal-actuator-demos-lpc4078: @@ -229,7 +229,7 @@ jobs: with: repo: libhal/libhal-actuator dir: demos - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/mcu/lpc4078 secrets: inherit @@ -240,7 +240,7 @@ jobs: with: repo: libhal/libhal-actuator dir: demos - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/mcu/lpc4074 secrets: inherit @@ -251,7 +251,7 @@ jobs: with: repo: libhal/libhal-actuator dir: demos - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/mcu/lpc4074 extra_conan_arguments: -b missing secrets: inherit @@ -262,7 +262,7 @@ jobs: uses: ./.github/workflows/app_builder2.yml with: repo: libhal/libhal-starter - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/mcu/lpc4078 secrets: inherit @@ -272,7 +272,7 @@ jobs: uses: ./.github/workflows/app_builder2.yml with: repo: libhal/libhal-starter - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/mcu/stm32f103c8 secrets: inherit @@ -282,6 +282,6 @@ jobs: uses: ./.github/workflows/app_builder2.yml with: repo: libhal/libhal-starter - compiler_profile: hal/tc/arm-gcc + compiler_profile: hal/tc/gcc platform_profile: hal/bsp/mod-stm32f1-v4 secrets: inherit