Skip to content

Commit 53f2979

Browse files
Update cmake-single-platform.yml
1 parent 69d003b commit 53f2979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Conan dependencies
3434
if: env.BUILD_TESTS == 'ON'
3535
run: |
36-
conan install . --output-folder=${{github.workspace}}/build --build=missing -s build_type=${{env.BUILD_TYPE}}
36+
conan install . --output-folder=build --build=missing -s build_type=${{env.BUILD_TYPE}}
3737
3838
- name: Test
3939
run: |

0 commit comments

Comments
 (0)