From 5461fbb07c7c386beac14cc4bcc06fa7c804faaa Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Tue, 11 Jun 2024 09:35:04 -0500 Subject: [PATCH] :bug: Remove cortex-m1 from freertos deployments --- .github/workflows/deploy_version.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/deploy_version.yml b/.github/workflows/deploy_version.yml index fff5518..ec5ceb4 100644 --- a/.github/workflows/deploy_version.yml +++ b/.github/workflows/deploy_version.yml @@ -36,20 +36,6 @@ jobs: os: baremetal external_package: true secrets: inherit - cortex-m1: - uses: libhal/ci/.github/workflows/deploy.yml@5.x.y - with: - library: freertos - repo: ${{ github.repository }} - version: ${{ inputs.version }} - conan_version: 2.2.2 - compiler: gcc - compiler_version: 12.3 - compiler_package: arm-gnu-toolchain - arch: cortex-m1 - os: baremetal - external_package: true - secrets: inherit cortex-m3: uses: libhal/ci/.github/workflows/deploy.yml@5.x.y with: