fix workflow

This commit is contained in:
tequ
2026-02-20 09:11:47 +09:00
parent fff46e3dd0
commit 8d08d8f1db
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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++"