Skip to content

Commit

Permalink
chore(pio): disable build
Browse files Browse the repository at this point in the history
Since #2099, pio build failed as it does not used the
specified CMSIS version.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Aug 10, 2023
1 parent e0a4fea commit 01e4f0c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/PIO-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01e4f0c

Please sign in to comment.