File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11
11
- ' main'
12
12
paths-ignore :
13
13
- ' docs/**'
14
- - ' .github/**'
15
14
pull_request :
16
15
branches :
17
- - ' *'
16
+ - ' * *'
18
17
paths-ignore :
19
18
- ' docs/**'
20
- - ' .github/**'
21
19
22
20
jobs :
23
21
build :
33
31
- name : Git Ownership Workaround
34
32
run : git config --system --add safe.directory '*'
35
33
34
+ - name : Update ROS Keys
35
+ run : |
36
+ sudo rm /etc/apt/sources.list.d/ros2.list && \
37
+ sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg && \
38
+ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
39
+
36
40
- name : Install gazebo
37
41
run : |
38
42
apt update && apt install -y gazebo11 libgazebo11-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly libgstreamer-plugins-base1.0-dev
Original file line number Diff line number Diff line change @@ -27,3 +27,4 @@ six>=1.12.0
27
27
toml >= 0.9
28
28
sympy >= 1.10.1
29
29
pycryptodome
30
+ lark
You can’t perform that action at this time.
0 commit comments