We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852f669 commit a7902ecCopy full SHA for a7902ec
.github/workflows/build.yaml
@@ -62,7 +62,7 @@ jobs:
62
pushd ${{ github.workspace }}/pagoda
63
git submodule update --init --recursive
64
popd
65
- conan install -pr ${{ github.workspace}}/pagoda/${{ matrix.config.conan_profile }} -of ${{ github.workspace }}/build ${{ github.workspace }}/pagoda --build=missing
+ conan install --profile:build=${{ github.workspace}}/pagoda/${{ matrix.config.conan_profile }} --profile:host=${{ github.workspace}}/pagoda/${{ matrix.config.conan_profile }} -of ${{ github.workspace }}/build ${{ github.workspace }}/pagoda --build=missing
66
cmake --preset conan-release
67
cmake --build ${{ github.workspace }}/build -j 24
68
0 commit comments