Skip to content

Commit

Permalink
fix: install ros
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 14, 2024
1 parent ad2bfa0 commit f3af809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- sixrs-gke/setup-private-npm
- run:
name: Install Dependencies
command: npm ci
command: apt-get install ros-iron-desktop -y && npm ci
- sixrs-gke/run-release
- persist_to_workspace:
root: ./
Expand Down

0 comments on commit f3af809

Please sign in to comment.