diff --git a/.github/workflows/Osx.yml b/.github/workflows/Osx.yml index 82da311..23c582d 100644 --- a/.github/workflows/Osx.yml +++ b/.github/workflows/Osx.yml @@ -15,7 +15,7 @@ jobs: - name: checkout submodules run : git submodule update --init --recursive - name: Install OpenGL lib / Requirement for Glfw3 - run : brew update && brew install libomp + run : brew update - name: configure run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_VR=OFF -DUSE_GPU_METRIC=OFF - name: build