Skip to content

Commit

Permalink
fix: 修复测试脚本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Dec 1, 2023
1 parent 4009388 commit 09dba6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

root = "/home/runner/work/Arduino-AirMCU/Arduino-AirMCU/libraries/"
root = "/home/runner/work/Arduino-PY32/Arduino-PY32/libraries/"

for dir in os.listdir(root):
if not os.path.isdir(dir):
Expand All @@ -14,5 +14,5 @@
continue
print("found example: "+ex_repo_path)
#编译
os.system("/home/runner/bin/arduino-cli compile -b AirM2M:AirMCU:AirM2M_Air001_Board "+ex_repo_path)
os.system("/home/runner/bin/arduino-cli compile -b PY32Duino:PY32:GenF030 "+ex_repo_path)

0 comments on commit 09dba6a

Please sign in to comment.