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 bd106c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
v8_compress_pointers: true
- os: macos-latest
v8_compress_pointers: false
- os: macos-latest
shared_lib: true
- os: windows-latest
v8_compress_pointers: false

Expand Down

0 comments on commit bd106c3

Please sign in to comment.