Skip to content

Commit

Permalink
Add missing autogen call to MacOS action
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipHazel committed Mar 11, 2024
1 parent ced3b0f commit a3ebe90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Prepare
run: ./autogen.sh

- name: Configure
run: cmake -DPCRE2_SUPPORT_JIT=ON -DPCRE2_BUILD_PCRE2_16=ON -DPCRE2_BUILD_PCRE2_32=ON -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' -DCMAKE_C_FLAGS='-Wall -Wextra' -B build
Expand Down

0 comments on commit a3ebe90

Please sign in to comment.