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 29bf690 commit 0726d95Copy full SHA for 0726d95
README.md
@@ -75,7 +75,7 @@ After conan has filled the cache, clean it up
75
Use the _cache-hit_ output
76
~~~~
77
- name: On cache miss add bincrafters remote
78
- if: ${{ env.cache-hit == 0 }}
+ if: ${{ steps.cache-conan.outputs.cache-hit == 0 }}
79
run: conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
80
81
0 commit comments