GitHub: Fix OS X make install step

This commit is contained in:
Nicolas Williams
2022-02-10 00:19:49 -06:00
parent 23462018e3
commit 88d0102c82

View File

@@ -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