Skip to content

Commit 8e3757b

Browse files
committed
Checkout catkin_simple
1 parent e094b57 commit 8e3757b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
update-alternatives --set g++ /usr/bin/g++-${{ matrix.gcc}}
3131
gcc --version
3232
g++ --version
33+
34+
- uses: actions/checkout@v4
35+
name: Checkout catkin_simple
36+
with:
37+
repository: catkin/catkin_simple
38+
path: catkin_ws/src/catkin_simple
39+
3340
- uses: actions/checkout@v4
3441
name: Checkout glog_catkin
3542
with:

0 commit comments

Comments
 (0)