Skip to content

Commit 61eda10

Browse files
committed
Checkout catkin_simple
1 parent c3637d1 commit 61eda10

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build vrpn_catkin
1+
name: Build vrpn_catkin (ROS1)
22
on: [push]
33

44
jobs:
@@ -25,6 +25,14 @@ jobs:
2525
gcc --version
2626
g++ --version
2727
28+
- uses: actions/checkout@v4
29+
name: Checkout catkin_simple
30+
with:
31+
repository: catkin/catkin_simple
32+
ref: master
33+
token: ${{ secrets.PAT }}
34+
path: catkin_ws/src/catkin_simple
35+
2836
- uses: actions/checkout@v4
2937
name: Checkout vrpn_catkin
3038
with:

0 commit comments

Comments
 (0)