Skip to content

Commit

Permalink
temporarily disable shared libraries build on macOS CI
Browse files Browse the repository at this point in the history
it seems that throwing exceptions doesn't work with disabled RTTI.

See issue #176
  • Loading branch information
pmed committed Nov 2, 2021
1 parent 62d9fb8 commit 793f66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
v8_compress_pointers: true
- os: macos-latest
v8_compress_pointers: false
shared_lib: true
- os: windows-latest
v8_compress_pointers: false

Expand Down

0 comments on commit 793f66d

Please sign in to comment.