Skip to content

Commit a3ebe90

Browse files
committed
Add missing autogen call to MacOS action
1 parent ced3b0f commit a3ebe90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
steps:
7070
- name: Checkout
7171
uses: actions/checkout@v3
72+
73+
- name: Prepare
74+
run: ./autogen.sh
7275

7376
- name: Configure
7477
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

0 commit comments

Comments
 (0)