Skip to content

Commit cc6fce9

Browse files
committed
fix GA dependencies (ROS2 tests)
1 parent 933157d commit cc6fce9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030

31+
- name: Install container bootstrap dependencies
32+
run: |
33+
apt-get update
34+
DEBIAN_FRONTEND=noninteractive apt-get install -y \
35+
curl \
36+
ca-certificates \
37+
git \
38+
gnupg2 \
39+
locales \
40+
lsb-release
41+
3142
- uses: actions-rust-lang/setup-rust-toolchain@v1
3243
with:
3344
toolchain: stable

0 commit comments

Comments
 (0)