From 88d0102c826ce6c3fde50b25da2be04db691d1e8 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 10 Feb 2022 00:19:49 -0600 Subject: [PATCH] GitHub: Fix OS X make install step --- .github/workflows/osx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index e01857de3..342f850f1 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -98,9 +98,10 @@ jobs: make check - name: Install run: | + cd build || true make DESTDIR=/tmp/h5l install cd /tmp/h5l - tar czf $HOME/heimdal-install.tgz . + tar czf $HOME/heimdal-install-osx.tgz . - name: Test logs run: | find build -depth -name \*.trs|xargs grep -lw FAIL|sed -e 's/trs$/log/' | cpio -o > $HOME/logs-osx.cpio