File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
with :
23
23
python-version : ' 3.8'
24
24
- run : pip install cpplint
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- run : .tools/cpplint.bash
27
27
28
28
build_and_test :
29
29
needs : lint
30
30
strategy :
31
31
fail-fast : false # 他のjobが失敗してもキャンセルしない
32
32
matrix :
33
- os : [ubuntu-18 .04, ubuntu-20 .04]
33
+ os : [ubuntu-20 .04, ubuntu-22 .04]
34
34
runs-on : ${{ matrix.os}}
35
35
steps :
36
36
- name : Install Dynamixel SDK
51
51
sudo make install
52
52
- name : Install dependencies
53
53
run : sudo apt install libyaml-cpp-dev libeigen3-dev
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
- name : Build and insall library
56
56
run : ./rt_manipulators_lib/build_install_library.bash
57
57
- name : Build Samples
Original file line number Diff line number Diff line change 21
21
- [ yaml-cpp (>= 0.5.0)] ( https://github.com/jbeder/yaml-cpp )
22
22
- Eigen (>= 3.3.4)
23
23
- Linux OS
24
- - Ubuntu 18.04
25
24
- Ubuntu 20.04
25
+ - Ubuntu 22.04
26
26
- ロボット
27
27
- [ CRANE-X7] ( https://rt-net.jp/products/crane-x7/ )
28
28
- [ Sciurus17] ( https://rt-net.jp/products/sciurus17/ )
You can’t perform that action at this time.
0 commit comments