Skip to content

Commit

Permalink
ci: for now: download specific version
Browse files Browse the repository at this point in the history
We'll update the CI configuration later to support a non-hard-coded version specification.
  • Loading branch information
gavanderhoorn committed Apr 29, 2024
1 parent c319d6b commit 5195ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_msbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: dsaltares/[email protected]
with:
repo: 'yaskawa-global/micro_ros_motoplus'
version: 'latest'
version: 'tags/release-${{ matrix.ros2_codename }}-${{ matrix.controller }}-20221102'
regex: true
# download the M+ libmicroros distribution for the latest release of
# MotoROS2 corresponding to the controller this workflow is run for
Expand Down

0 comments on commit 5195ee5

Please sign in to comment.