Skip to content

Commit

Permalink
Install openssl for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Mar 23, 2024
1 parent a2a1af2 commit 9344e9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
if: inputs.job_type == 'cpp-tests'
run: cd cpp; cmake --build --preset $ARCTIC_CMAKE_PRESET --target install

- name: Install dynamically linked library in Linux
if: matrix.os == 'linux'
run: yum install -y openssl

- name: C++ Rapidcheck
if: inputs.job_type == 'cpp-tests'
run: cpp/out/install/arcticdb_rapidcheck_tests
Expand Down Expand Up @@ -299,6 +303,10 @@ jobs:
${{vars.EXTRA_TEST_PREPARE_CMD || ''}}
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{vars.CMAKE_BUILD_PARALLEL_LEVEL}}

- name: Install dynamically linked library in Linux
if: matrix.os == 'linux'
run: yum install -y openssl

- name: Set persistent storage variables
if: inputs.persistent_storage == 'true'
Expand Down

0 comments on commit 9344e9e

Please sign in to comment.