Skip to content

Commit

Permalink
remove incorrect check for environ (#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Feb 9, 2024
1 parent 623907f commit 18c7a6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/abi-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cmake-bintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 18c7a6c

Please sign in to comment.