Skip to content

Commit 9012139

Browse files
authored
ci: avoid pulling 64bit libraries from strawberry perl (#166)
Workaround for Windows builds 20221120.1[1] [1] actions/runner-images#6627
1 parent f1e48eb commit 9012139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v2
6666

6767
- name: Configure
68-
run: cmake -DPCRE2_SUPPORT_JIT=ON -DPCRE2_BUILD_PCRE2_16=ON -DPCRE2_BUILD_PCRE2_32=ON -B build -A Win32
68+
run: cmake -DPCRE2_SUPPORT_JIT=ON -DPCRE2_BUILD_PCRE2_16=ON -DPCRE2_BUILD_PCRE2_32=ON -DCMAKE_IGNORE_PREFIX_PATH=C:/Strawberry/c -B build -A Win32
6969

7070
- name: Build
7171
run: cmake --build build

0 commit comments

Comments
 (0)