This commit is contained in:
Erris
2026-03-10 19:12:07 +01:00

View File

@@ -24,6 +24,15 @@ jobs:
timeout: 14400
- name: Compile for Linux
steps:
- type: SetupCacheStep
name: conan-cache
key: conan-cache-@file:conanfile.py@
paths:
- /root/.conan2
uploadStrategy: UPLOAD_IF_CHANGED
changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs
condition: SUCCESSFUL
optional: true
- type: CheckoutStep
name: Checkout
cloneCredential:
@@ -39,9 +48,6 @@ jobs:
interpreter:
type: DefaultInterpreter
commands: |
echo find nethost =================================
find /usr/share/dotnet -name "nethost.h"
git submodule update --init --recursive
conan profile detect --force