Skip to content

Commit

Permalink
Fixes Github Actions ROS tools installation (#17)
Browse files Browse the repository at this point in the history
* Sets ACTIONS_ALLOW_UNSECURE_COMMANDS to true

* Use [email protected]

Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
agalbachicar and scpeters committed Nov 17, 2020
1 parent 5e28498 commit ea21ac2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: ToyotaResearchInstitute/maliput
path: ${{ env.ROS_WS }}/src/maliput
token: ${{ secrets.MALIPUT_TOKEN }}
- uses: ros-tooling/[email protected].25
- uses: ros-tooling/[email protected].26
# clone public dependencies
- name: vcs import
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: ${{ env.ROS_WS }}/src/maliput
token: ${{ secrets.MALIPUT_TOKEN }}
# use setup-ros action to get vcs, rosdep, and colcon
- uses: ros-tooling/[email protected].25
- uses: ros-tooling/[email protected].26
- name: clang 8 install
shell: bash
run: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}/.github/clang_suite_installation.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: ${{ env.ROS_WS }}/src/maliput
token: ${{ secrets.MALIPUT_TOKEN }}
# use setup-ros action to get vcs, rosdep, and colcon
- uses: ros-tooling/[email protected].25
- uses: ros-tooling/[email protected].26
- name: clang 8 install
shell: bash
run: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}/.github/clang_suite_installation.sh
Expand Down

0 comments on commit ea21ac2

Please sign in to comment.