Skip to content

Commit 97701e1

Browse files
committed
Fix coan2 cache creation
1 parent d1b363c commit 97701e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: iceshard-engine/.github/.github/actions/conan2@main
4242
with:
4343
conan-cache: true
44-
conan-cache-version: 'v1'
44+
conan-cache-version: 'v1-${{ inputs.target-platform }}'
4545
conan-config-url: https://github.com/iceshard-engine/conan-config.git
4646
conan-modify-profile: ${{ contains(inputs.host-platform, 'ubuntu') }}
4747
conan-profile-compiler: 'clang'

0 commit comments

Comments
 (0)