Skip to content

Commit 3f85f52

Browse files
committed
fix: hpm sdk 固定1.8.0
1 parent d9c1111 commit 3f85f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/HSLinkPro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install HPM SDK
3232
run: |
3333
cd ~
34-
git clone https://github.com/hpmicro/hpm_sdk.git --recursive
34+
git clone --branch v1.8.0 https://github.com/hpmicro/hpm_sdk.git --recursive
3535
3636
- name: Create Python Venv
3737
run: |

0 commit comments

Comments
 (0)