Skip to content

Commit c32cef3

Browse files
committed
Address non-existing input used
1 parent eabe1f4 commit c32cef3

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
@@ -113,7 +113,7 @@ jobs:
113113
uses: ./.github/actions/generate
114114
with:
115115
conan_profile: ${{ steps.conan.outputs.conan_profile }}
116-
conan_cache_hit: ${{ !inputs.restore_cache && steps.restore_cache.outputs.conan_cache_hit }}
116+
conan_cache_hit: ${{ !inputs.disable_cache && steps.restore_cache.outputs.conan_cache_hit }}
117117
build_type: ${{ inputs.build_type }}
118118
code_coverage: ${{ inputs.code_coverage }}
119119
static: ${{ inputs.static }}

0 commit comments

Comments
 (0)