Skip to content

Commit f2e91ab

Browse files
author
noasakurajin
committed
removing clone from stable CI
1 parent 5367b56 commit f2e91ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stable.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v1
6464

65-
- name: cloning arduino port
66-
run: git clone https://github.com/noah1510/unit-system-adruino.git
6765
- name: copy files into arduino ports
6866
run: |
67+
mkdir unit-system-adruino
68+
mkdir unit-system-adruino/src
69+
mkdir unit-system-adruino/src/sources
6970
cp library.properties unit-system-adruino/
7071
cp LICENSE unit-system-adruino/
7172
cp README.md unit-system-adruino/

0 commit comments

Comments
 (0)