File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
echo "CMAKE_PREFIX_PATH=$GITHUB_WORKSPACE\vcpkg\installed\arm64-osx-release" >> "$GITHUB_ENV"
50
50
51
51
- name : Build and Tests
52
- uses : johnwason /colcon-action@macos
52
+ uses : tesseract-robotics /colcon-action@v13
53
53
with :
54
54
ccache-prefix : ${{ matrix.distro }}
55
55
vcs-file : plugin_loader/dependencies.repos
Original file line number Diff line number Diff line change 42
42
echo "BUILD_TYPE=Release" >> $GITHUB_ENV
43
43
44
44
- name : Build and Tests
45
- uses : tesseract-robotics/colcon-action@v11
45
+ uses : tesseract-robotics/colcon-action@v13
46
46
with :
47
47
before-script : ' apt install -y -qq clang-tidy lcov'
48
48
ccache-prefix : ${{ matrix.distro }}
Original file line number Diff line number Diff line change 55
55
echo "CMAKE_PREFIX_PATH=$GITHUB_WORKSPACE\vcpkg\installed\x64-windows-release" >> "$GITHUB_ENV"
56
56
57
57
- name : Build and Tests
58
- uses : tesseract-robotics/colcon-action@v11
58
+ uses : tesseract-robotics/colcon-action@v13
59
59
with :
60
60
ccache-prefix : ${{ matrix.distro }}
61
61
vcs-file : plugin_loader/dependencies.repos
You can’t perform that action at this time.
0 commit comments