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 5367b56 commit f2e91abCopy full SHA for f2e91ab
.github/workflows/stable.yaml
@@ -62,10 +62,11 @@ jobs:
62
steps:
63
- uses: actions/checkout@v1
64
65
- - name: cloning arduino port
66
- run: git clone https://github.com/noah1510/unit-system-adruino.git
67
- name: copy files into arduino ports
68
run: |
+ mkdir unit-system-adruino
+ mkdir unit-system-adruino/src
69
+ mkdir unit-system-adruino/src/sources
70
cp library.properties unit-system-adruino/
71
cp LICENSE unit-system-adruino/
72
cp README.md unit-system-adruino/
0 commit comments