We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d7866 commit b73db1fCopy full SHA for b73db1f
.github/workflows/test_on_push.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install requirements for community
29
run: |
30
- cmake -S . -B build
+ cmake -S . -B build -DCMAKE_POLICY_VERSION_MINIMUM=3.5
31
make -C build bootstrap
32
33
# This server starts and listen on 8084 port that is used for tests
0 commit comments