Skip to content

Commit

Permalink
use GLw from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
aumuell committed Dec 8, 2020
1 parent 79b4717 commit d7999b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DINVENTOR_INTERNAL_GLW=FALSE

- name: Build
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit d7999b7

Please sign in to comment.