From a33fe92acf55e79d56dc82ea49ce71afb5bb1ab1 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 10 Aug 2023 16:34:22 +0200 Subject: [PATCH] chore(pio): disable build Since #2099, pio build failed as it does not used the specified CMSIS version. Signed-off-by: Frederic Pillon --- .github/workflows/PIO-build.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PIO-build.yml b/.github/workflows/PIO-build.yml index 23316d9a3c..3c397671b9 100644 --- a/.github/workflows/PIO-build.yml +++ b/.github/workflows/PIO-build.yml @@ -39,6 +39,11 @@ jobs: - name: Checkout uses: actions/checkout@main - - name: PlatformIO - id: Compile - uses: ./.github/actions/pio-build + # - name: PlatformIO + # id: Compile + # uses: ./.github/actions/pio-build + # Use the output from the `Astyle` step + - name: Warning + run: | + echo "PlatformIO build disabled while not support CMSIS update." + exit 0