Skip to content

Commit

Permalink
revert previous commit, set OPENSSL_ROOT_DIR on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Aug 20, 2024
1 parent 23e77ee commit 3a3b676
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ jobs:
path: ${{ runner.temp }}/3rd-party/dist
key: ${{ matrix.os }}-${{ matrix.arch }}-${{ env.ABSL_VERSION }}-${{ env.S2GEOMETRY_VERSION }}-${{ env.S2GEOGRAPHY_VERSION }}-${{ hashFiles('ci/*') }}

- name: Install OpenSSL SDK (Linux / MacOS)
shell: bash
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update
sudo apt-get install libssl-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install openssl
fi
- name: Build wheels
uses: pypa/[email protected]
env:
Expand All @@ -94,6 +84,7 @@ jobs:
S2GEOMETRY_VERSION=${{ env.S2GEOMETRY_VERSION }}
S2GEOGRAPHY_VERSION=${{ env.S2GEOGRAPHY_VERSION }}
CXX_STANDARD=${{ env.CXX_STANDARD }}
OPENSSL_ROOT_DIR=/host/usr
CIBW_ENVIRONMENT_MACOS:
DEPENDENCIES_DIR=${{ runner.temp }}/3rd-party
ABSL_VERSION=${{ env.ABSL_VERSION }}
Expand Down

0 comments on commit 3a3b676

Please sign in to comment.