Skip to content

Commit

Permalink
Set build-shared:OFF for Static build
Browse files Browse the repository at this point in the history
Looks like this somehow we've been building shared when we meant to be
building static.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Sep 13, 2023
1 parent dfb1b9a commit 7bdb932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# Static, Release
- build: 4
build-type: Release
build-shared: 'ON'
build-shared: 'OFF'
cxx-standard: 17
cxx-compiler: g++
cc-compiler: gcc
Expand Down

0 comments on commit 7bdb932

Please sign in to comment.