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 b3dbc2c commit 82099c8Copy full SHA for 82099c8
.github/workflows/cmake.yml
@@ -114,9 +114,7 @@ jobs:
114
- name: Build
115
# Build your program with the given configuration.
116
# The Github Actions machines are dual-core so we can build faster using 2 parallel processes
117
- run: |
118
- echo ${{env.CMAKE_PREFIX_PATH}}
119
- conan build ${{github.workspace}} -bf ${{github.workspace}}/build
+ run: conan build ${{github.workspace}} -bf ${{github.workspace}}/build
120
121
- name: Test
122
working-directory: ${{github.workspace}}/build
0 commit comments