Skip to content

Commit

Permalink
Update ccpp-macos.yml
Browse files Browse the repository at this point in the history
Skip make install on macOS since sudo is not allowed to install to /
  • Loading branch information
faustus123 authored Mar 7, 2020
1 parent d5cea17 commit e51c0a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ccpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
- name: make install
run: |
cd $GITHUB_WORKSPACE/build
echo "running make install via sudo since GitHub CMAKE_INSTALL_PREFIX is broken"
sudo make install
echo "skipping make install since GitHub CMAKE_INSTALL_PREFIX is broken"

0 comments on commit e51c0a4

Please sign in to comment.