Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aiekick/NoodlesPlate
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 24, 2023
2 parents 4254055 + a85d664 commit aa559ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa559ba

Please sign in to comment.