From 654badd097b190b47c989b74e7824ec78bff5b41 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 12 Jan 2024 18:34:05 +0300 Subject: [PATCH] Fix macos simulator build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31b7006..81a8e6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Gazebo - run: brew tap osrf/simulation && brew install gazebo11 && brew link gazebo11 + run: brew tap osrf/simulation && brew install gazebo11 - name: Install SDL2 run: brew install sdl2 - name: Build simulator