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 d1b363c commit 97701e1Copy full SHA for 97701e1
.github/workflows/build-dispatch.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: iceshard-engine/.github/.github/actions/conan2@main
42
with:
43
conan-cache: true
44
- conan-cache-version: 'v1'
+ conan-cache-version: 'v1-${{ inputs.target-platform }}'
45
conan-config-url: https://github.com/iceshard-engine/conan-config.git
46
conan-modify-profile: ${{ contains(inputs.host-platform, 'ubuntu') }}
47
conan-profile-compiler: 'clang'
0 commit comments