We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dba6a commit d32e3a7Copy full SHA for d32e3a7
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
rm -rf ~/.arduino15/packages/PY32Duino/hardware/PY32/0.1.2/
26
git submodule update --init --recursive
27
- cp -r /home/runner/work/Arduino-AirMCU/Arduino-AirMCU ~/.arduino15/packages/PY32Duino/hardware/PY32/0.1.2/
+ cp -r /home/runner/work/Arduino-PY32/Arduino-PY32 ~/.arduino15/packages/PY32Duino/hardware/PY32/0.1.2/
28
- name: build
29
30
cd libraries
0 commit comments