From 8d08d8f1db51bdff1b25f447ed785f68eef1f925 Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 20 Feb 2026 09:11:47 +0900 Subject: [PATCH] fix workflow --- .github/actions/xahau-ga-build/action.yml | 2 +- release-builder.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/xahau-ga-build/action.yml b/.github/actions/xahau-ga-build/action.yml index a1bdafad1..b4e8a6d11 100644 --- a/.github/actions/xahau-ga-build/action.yml +++ b/.github/actions/xahau-ga-build/action.yml @@ -183,7 +183,7 @@ runs: -G "${{ inputs.generator }}" \ ${CMAKE_CXX_FLAGS:+-DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS"} \ -DCMAKE_TOOLCHAIN_FILE:FILEPATH=${TOOLCHAIN_FILE} \ - -DCMAKE_BUILD_TYPE=${{ inputs.configuration }} + -DCMAKE_BUILD_TYPE=${{ inputs.configuration }} \ -Dtests=TRUE \ -Dxrpld=TRUE diff --git a/release-builder.sh b/release-builder.sh index 6197785d4..436c8cd4a 100755 --- a/release-builder.sh +++ b/release-builder.sh @@ -212,7 +212,7 @@ RUN /hbb_exe/activate-exec bash -c "ccache -M 100G && \ echo '' >> ~/.conan2/profiles/default && \ echo '[conf]' >> ~/.conan2/profiles/default && \ echo '# Force building from source for packages with binary compatibility issues' >> ~/.conan2/profiles/default && \ - echo '*:tools.system.package_manager:mode=build' >> ~/.conan2/profiles/default" && \ + echo '*:tools.system.package_manager:mode=build' >> ~/.conan2/profiles/default && \ ln -s ../../bin/ccache /usr/lib64/ccache/g++ && \ ln -s ../../bin/ccache /usr/lib64/ccache/c++"