Skip to content

Commit b70b760

Browse files
ignore Boost.Process
1 parent 7a25ed7 commit b70b760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Generate conan profile
8282
run: |
8383
conan profile new default --detect
84-
conan install . \
84+
conan install . -o 'boost/*:without_process=True' \
8585
--install-folder=conan-generated \
8686
--no-imports \
8787
--build=missing \

0 commit comments

Comments
 (0)