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 6c65c94 commit afdade8Copy full SHA for afdade8
.github/workflows/dynamixel2arduino_ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- name: Run Arduino CI Script
17
run: |
18
- 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}}
19
build_platform openrb-150
20
build_platform uno
21
build_platform mega2560
0 commit comments