Skip to content

Commit

Permalink
ci: change openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jul 1, 2023
1 parent c830cd1 commit 06a1d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: brew install curl openssl
- name: Generate Xcode project
run: |
export OPENSSL_ROOT_DIR=/usr/local/Cellar/openssl@3/3.1.0
export OPENSSL_ROOT_DIR=/usr/local/Cellar/openssl@3/3.1.1
mkdir build
cd build
cmake -DHDF5_ENABLE_ROS3_VFD:BOOL=ON -G Xcode ..
Expand Down

0 comments on commit 06a1d59

Please sign in to comment.