summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-28 10:39:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-28 10:39:36 (GMT)
commit00a59ceb407bd2aece5e4d0671944c8046896206 (patch)
tree0d721430ee9cdec805ff4d1c04fa8458b6c8927e /.github
parent70f2c1c4bff98d5b06d5756b9215c9418b0a9876 (diff)
downloadtk-00a59ceb407bd2aece5e4d0671944c8046896206.zip
tk-00a59ceb407bd2aece5e4d0671944c8046896206.tar.gz
tk-00a59ceb407bd2aece5e4d0671944c8046896206.tar.bz2
Don't bother a "make install" on MacOS either.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml7
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
- }