Skip to content

Commit

Permalink
fix ci script branch
Browse files Browse the repository at this point in the history
Signed-off-by: ROBOTIS-Will <[email protected]>
  • Loading branch information
ROBOTIS-Will committed May 10, 2022
1 parent 6c65c94 commit afdade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamixel2arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run Arduino CI Script
run: |
source <(curl -SLs https://raw.githubusercontent.com/ROBOTIS-GIT/Dynamixel2Arduino/$GITHUB_REF_NAME/install.sh) ${{github.ref}}
source <(curl -SLs https://raw.githubusercontent.com/ROBOTIS-GIT/Dynamixel2Arduino/master/install.sh) ${{github.ref}}
build_platform openrb-150
build_platform uno
build_platform mega2560
Expand Down

0 comments on commit afdade8

Please sign in to comment.