summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake-bintest.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-02-09 22:03:33 (GMT)
committerGitHub <noreply@github.com>2024-02-09 22:03:33 (GMT)
commit18c7a6c36c055f9dfc8f2b8b40502670f9143194 (patch)
treef7c63709a776e3d1a8e402a4b818dc8001e2a921 /.github/workflows/cmake-bintest.yml
parent623907f39764b043ca6205a00663fa325bb17e97 (diff)
downloadhdf5-18c7a6c36c055f9dfc8f2b8b40502670f9143194.zip
hdf5-18c7a6c36c055f9dfc8f2b8b40502670f9143194.tar.gz
hdf5-18c7a6c36c055f9dfc8f2b8b40502670f9143194.tar.bz2
remove incorrect check for environ (#4002)
Diffstat (limited to '.github/workflows/cmake-bintest.yml')
-rw-r--r--.github/workflows/cmake-bintest.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cmake-bintest.yml b/.github/workflows/cmake-bintest.yml
index 28f52e0..2dd136c 100644
--- a/.github/workflows/cmake-bintest.yml
+++ b/.github/workflows/cmake-bintest.yml
@@ -153,7 +153,6 @@ jobs:
# MacOS w/ Clang + CMake
#
name: "MacOS Clang Binary Test"
-# if: false
runs-on: macos-13
steps:
- name: Install Dependencies (MacOS)