Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 23:36:50 +01:00
parent 60a1683255
commit 9005863300

View File

@@ -26,7 +26,7 @@ jobs:
steps: steps:
- type: SetupCacheStep - type: SetupCacheStep
name: conan-cache name: conan-cache
key: conan-cache-@file:conanfile.py@ key: conan-cache-@file:conanfile.txt@
paths: paths:
- /root/.conan2 - /root/.conan2
uploadStrategy: UPLOAD_IF_CHANGED uploadStrategy: UPLOAD_IF_CHANGED