Skip to content

Commit 200e6e6

Browse files
committed
Revert "chore(pio): disable build"
This reverts commit 01e4f0c.
1 parent 0fb3eff commit 200e6e6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

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

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
42+
- name: PlatformIO
43+
id: Compile
44+
uses: ./.github/actions/pio-build

0 commit comments

Comments
 (0)