Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/.build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -80,7 +80,6 @@ jobs:
autoreconf -fiv
./configure --prefix=$prefix --enable-developer
make -j16
make check
make install
ls $prefix
shell: bash
Expand Down
Loading