Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01e4f0c

Browse files
committed
chore(pio): disable build
Since#2099, pio build failed as it does not used thespecified CMSIS version.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parente0a4fea commit01e4f0c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎.github/workflows/PIO-build.yml

Lines changed: 8 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp