diff --git a/.github/workflows/.build-osx.yml b/.github/workflows/.build-osx.yml index 0c39fc1ccd..aa426ec38b 100644 --- a/.github/workflows/.build-osx.yml +++ b/.github/workflows/.build-osx.yml @@ -70,7 +70,7 @@ jobs: echo "PATH: $(cat $GITHUB_PATH)" ls $prefix shell: bash - - name: Build, check, and install libdap + - name: Build and install libdap run: | # In the future, consider moving this to the libdap repo... set -x @@ -80,7 +80,6 @@ jobs: autoreconf -fiv ./configure --prefix=$prefix --enable-developer make -j16 - make check make install ls $prefix shell: bash