Skip to content

Commit 82099c8

Browse files
committed
Remove debugging
1 parent b3dbc2c commit 82099c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ jobs:
114114
- name: Build
115115
# Build your program with the given configuration.
116116
# 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
117+
run: conan build ${{github.workspace}} -bf ${{github.workspace}}/build
120118

121119
- name: Test
122120
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)