We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabe1f4 commit c32cef3Copy full SHA for c32cef3
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
uses: ./.github/actions/generate
114
with:
115
conan_profile: ${{ steps.conan.outputs.conan_profile }}
116
- conan_cache_hit: ${{ !inputs.restore_cache && steps.restore_cache.outputs.conan_cache_hit }}
+ conan_cache_hit: ${{ !inputs.disable_cache && steps.restore_cache.outputs.conan_cache_hit }}
117
build_type: ${{ inputs.build_type }}
118
code_coverage: ${{ inputs.code_coverage }}
119
static: ${{ inputs.static }}
0 commit comments