Skip to content

Commit

Permalink
shared libs on by default in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Aug 16, 2024
1 parent 0a65ebc commit b315558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
BUILD_SHARED_LIBS:
required: false
type: string
default: 'OFF'
default: 'ON'
BUILD_TYPE:
required: false
type: string
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ jobs:
DOCKER_REPOSITORY: geosx/ubuntu22.04-gcc12
ENABLE_HYPRE: ON
ENABLE_TRILINOS: OFF
BUILD_SHARED_LIBS: ON

- name: Ubuntu (22.04, clang 15.0.7, open-mpi 4.1.2)
CMAKE_BUILD_TYPE: Release
Expand Down

0 comments on commit b315558

Please sign in to comment.