From 886e592a20ffcc9639416c9df968f9069e243e16 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 19 Dec 2023 13:21:25 +0300 Subject: [PATCH] Enable building simulator for macOS on push --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 819fced..81a8e6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,13 +52,13 @@ jobs: path: gazebo/build/*.so retention-days: 1 - # build_simulator_macos: - # runs-on: macos-latest - # steps: - # - uses: actions/checkout@v3 - # - name: Install Gazebo - # run: brew tap osrf/simulation && brew install gazebo11 - # - name: Install SDL2 - # run: brew install sdl2 - # - name: Build simulator - # run: make build_simulator + build_simulator_macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - name: Install Gazebo + run: brew tap osrf/simulation && brew install gazebo11 + - name: Install SDL2 + run: brew install sdl2 + - name: Build simulator + run: make build_simulator