diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mac-build.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 7378565..84aeeec 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -75,10 +75,3 @@ jobs: } env: MAC_CI: 1 - - name: Carry out trial installation - run: | - sudo make install || { - cat config.log - echo "::error::Failure during Install" - exit 1 - } |