Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 11:43:36 +01:00
parent 959728aee3
commit 87af2e752e

View File

@@ -38,6 +38,7 @@ jobs:
interpreter:
type: DefaultInterpreter
commands: |
find /usr/share/dotnet -name "nethost.h"
conan profile detect --force
git submodule update --init --recursive
conan install . -c tools.system.package_manager:mode=install --output-folder=build --build=missing -s build_type=${BUILD_TYPE}