Skip to content

Commit

Permalink
Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Dec 20, 2023
1 parent d73cfe0 commit 93bfc5d
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 @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Gazebo
run: brew tap osrf/simulation && brew install gazebo11
run: brew tap osrf/simulation && brew install gazebo11 && brew link gazebo11
- name: Install SDL2
run: brew install sdl2
- name: Build simulator
Expand Down

0 comments on commit 93bfc5d

Please sign in to comment.