Skip to content

Commit

Permalink
fix: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Dec 15, 2024
1 parent f6e4894 commit b339097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
is_debug = false
target_cpu = "arm64"
v8_target_cpu = "arm64"
use_goma = false
target_os = "mac"
v8_enable_backtrace = true
v8_enable_i18n_support = false
v8_use_zlib = false
v8_use_zlib = true
use_custom_libcxx = false
mac_sdk_min = "14.0"
mac_min_system_version = "14.0"
Expand Down

0 comments on commit b339097

Please sign in to comment.