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