Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
alanssitis committed Dec 18, 2022
1 parent b5a7ea6 commit 1334f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ jobs:
uses: ros-tooling/[email protected]
- run: rosdep update
- name: Install dependencies
run: rosdep install --from-paths src -iry
run: rosdep install --rosdistro noetic --from-paths src -iry
- name: Build packages
run: colcon build

build-cli:
strategy:
fail-fast: false
name: build-cli
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v3
- name: Build amp-cli
run: pip install .
2 changes: 1 addition & 1 deletion .github/workflows/rosserial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ros-tooling/[email protected]
- run: rosdep update
- name: Install dependencies
run: rosdep install --from-paths src -iry
run: rosdep install --rosdistro noetic --from-paths src -iry
- name: Build packages
run: colcon build
- name: Build rosserial_arduino library
Expand Down

0 comments on commit 1334f90

Please sign in to comment.