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 c88fe22 commit 5f2aff7Copy full SHA for 5f2aff7
.github/workflows/coverage.yaml
@@ -36,7 +36,8 @@ jobs:
36
37
- name: Check with clippy
38
env:
39
- CMAKE_FLAGS: "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
+ RUSTFLAGS: '--cfg cmake_defines="DCMAKE_POLICY_VERSION_MINIMUM=3.5"'
40
+ CMAKE_ARGS: -DCMAKE_POLICY_VERSION_MINIMUM=3.5
41
run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings
42
43
- name: Test default feature set
0 commit comments