Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tasada038 authored Dec 3, 2023
1 parent da87096 commit c5ecaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
path: src/tb3_behavior_tree

- name: Install dependencies
run: apt-get update
run: apt -y update

- name: Install behaviortree-cpp-v3
run: apt-get install ros-${{ matrix.rosdistro }}-behaviortree-cpp-v3
run: apt -y install ros-${{ matrix.rosdistro }}-behaviortree-cpp-v3

- name: Build tests
id: build_test
Expand Down

0 comments on commit c5ecaf2

Please sign in to comment.