Skip to content

Commit

Permalink
Update Conan install command to use workspace path in GitHub Actions …
Browse files Browse the repository at this point in the history
…build script
  • Loading branch information
royshil committed Dec 2, 2024
1 parent 7481cff commit 8d38c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-plugin/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
: Build gRPC 🛠️
echo ::group::Build gRPC
conan profile detect
conan install . -s build_type=${{env.BUILD_TYPE}} --output-folder=${{github.workspace}}/build_conan
conan install ${{github.workspace}} --output-folder=${{github.workspace}}/build_conan
echo ::endgroup::
- name: Run macOS Build
Expand Down

0 comments on commit 8d38c22

Please sign in to comment.