Skip to content

Commit

Permalink
Update github action OSX brew command
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Jan 27, 2021
1 parent 2f2ddfb commit 735e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install boost fontconfig freeimage
brew cask install xquartz
brew install --cask xquartz
echo "CMAKE_PROGRAM=cmake" >> $GITHUB_ENV
- name: Install Common Dependencies for Ubuntu
Expand Down

0 comments on commit 735e642

Please # to comment.