From 1e9dc4a144419950c479ff93ce055b481542b04b Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 10 Apr 2023 23:30:33 +0300 Subject: [PATCH] Temporarily disable simulator macos job --- .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 81a8e6d..819fced 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