Skip to content

Commit

Permalink
statically link pcre2 on building release binaries (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 25, 2021
1 parent b778557 commit ef702f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
env:
PKG_CONFIG_ALLOW_CROSS: 1
RUST_BACKTRACE: 1
PCRE2_SYS_STATIC: 1
- name: Archive files
if: matrix.build == 'linux' || matrix.build == 'mac-x86_64' || matrix.build == 'mac-aarch64'
run: |
Expand Down

0 comments on commit ef702f2

Please sign in to comment.