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 0fb3eff commit 200e6e6Copy full SHA for 200e6e6
.github/workflows/PIO-build.yml
@@ -39,11 +39,6 @@ jobs:
39
- name: Checkout
40
uses: actions/checkout@main
41
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
+ - name: PlatformIO
+ id: Compile
+ uses: ./.github/actions/pio-build
0 commit comments