Skip to content

Commit

Permalink
Use overwrite flag for Gazebo installation
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jan 17, 2024
1 parent 4eb8722 commit 487272b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
brew deps gazebo11
brew deps gazebo11 --tree
- name: Install Gazebo
run: brew tap osrf/simulation && brew install gazebo11 --verbose --force
run: brew tap osrf/simulation && brew install gazebo11 --verbose --overwrite
- name: Install SDL2
run: brew install sdl2
- name: Build simulator
Expand Down

0 comments on commit 487272b

Please sign in to comment.