Skip to content

Commit 6c65c94

Browse files
committed
fix ci
Signed-off-by: Will Son <[email protected]>
1 parent d83edcc commit 6c65c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dynamixel2arduino_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Run Arduino CI Script
1717
run: |
18-
source <(curl -SLs https://raw.githubusercontent.com/ROBOTIS-GIT/Dynamixel2Arduino/master/install.sh) ${{github.ref}}
19-
build_platform opencr
18+
source <(curl -SLs https://raw.githubusercontent.com/ROBOTIS-GIT/Dynamixel2Arduino/$GITHUB_REF_NAME/install.sh) ${{github.ref}}
19+
build_platform openrb-150
2020
build_platform uno
2121
build_platform mega2560
2222
build_platform mkrzero

0 commit comments

Comments
 (0)