We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a4fea commit 01e4f0cCopy full SHA for 01e4f0c
.github/workflows/PIO-build.yml
@@ -39,6 +39,11 @@ jobs:
39
- name: Checkout
40
uses: actions/checkout@main
41
42
- - name: PlatformIO
43
- id: Compile
44
- uses: ./.github/actions/pio-build
+ # - name: PlatformIO
+ # id: Compile
+ # 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