We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c1111 commit 3f85f52Copy full SHA for 3f85f52
.github/workflows/HSLinkPro-build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install HPM SDK
32
run: |
33
cd ~
34
- git clone https://github.com/hpmicro/hpm_sdk.git --recursive
+ git clone --branch v1.8.0 https://github.com/hpmicro/hpm_sdk.git --recursive
35
36
- name: Create Python Venv
37
0 commit comments