Skip to content

Commit

Permalink
try to build libpcre2 with cmake+ninja on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Oct 2, 2023
1 parent 1628dbb commit d747eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
tar xvzf pcre2.tar.gz
cd pcre2-${pcre2_version}
mkdir build
cd build
cmake ..
ninja
ninja install
Expand Down

0 comments on commit d747eb3

Please sign in to comment.