Skip to content

Commit a7902ec

Browse files
author
Diego Jesus
committed
with profile
1 parent 852f669 commit a7902ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pushd ${{ github.workspace }}/pagoda
6363
git submodule update --init --recursive
6464
popd
65-
conan install -pr ${{ github.workspace}}/pagoda/${{ matrix.config.conan_profile }} -of ${{ github.workspace }}/build ${{ github.workspace }}/pagoda --build=missing
65+
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
6666
cmake --preset conan-release
6767
cmake --build ${{ github.workspace }}/build -j 24
6868

0 commit comments

Comments
 (0)