summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-02-09 22:03:33 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2024-02-14 22:11:03 (GMT)
commited6a66d4bee5de6a0b08623cc13c58e950d589d2 (patch)
tree307aa27128a0e048da5721cc8ce4c33be2efaca6
parent6331ddabbbb2f280e2e9e4429e3d8afd8f0f598e (diff)
downloadhdf5-ed6a66d4bee5de6a0b08623cc13c58e950d589d2.zip
hdf5-ed6a66d4bee5de6a0b08623cc13c58e950d589d2.tar.gz
hdf5-ed6a66d4bee5de6a0b08623cc13c58e950d589d2.tar.bz2
remove incorrect check for environ (#4002)
-rw-r--r--.github/workflows/abi-report.yml1
-rw-r--r--.github/workflows/cmake-bintest.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/abi-report.yml b/.github/workflows/abi-report.yml
index 57e1eb4..0c99ad6 100644
--- a/.github/workflows/abi-report.yml
+++ b/.github/workflows/abi-report.yml
@@ -46,7 +46,6 @@ jobs:
- uses: actions/checkout@v4.1.1
- name: Get published binary (Linux)
- if: ${{ (inputs.use_environ == 'snapshots') }}
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
name: tgz-ubuntu-2204_gcc-binary
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)