Skip to content

Commit 01e4f0c

Browse files
committed
chore(pio): disable build
Since #2099, pio build failed as it does not used the specified CMSIS version. Signed-off-by: Frederic Pillon <[email protected]>
1 parent e0a4fea commit 01e4f0c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Diff for: .github/workflows/PIO-build.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@main
4141

42-
- name: PlatformIO
43-
id: Compile
44-
uses: ./.github/actions/pio-build
42+
# - name: PlatformIO
43+
# id: Compile
44+
# uses: ./.github/actions/pio-build
45+
# Use the output from the `Astyle` step
46+
- name: Warning
47+
run: |
48+
echo "PlatformIO build disabled while not support CMSIS update."
49+
exit 0

0 commit comments

Comments
 (0)