Skip to content

Commit afab435

Browse files
Update cmake-single-platform.yml
1 parent 4b92fa1 commit afab435

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
- name: Install Conan dependencies
3434
if: env.BUILD_TESTS == 'ON'
3535
run: |
36-
conan install ${{github.workspace}} --output-folder=${{github.workspace}}/build --build=missing -s build_type=${{env.BUILD_TYPE}}
36+
conan install . --output-folder=${{github.workspace}}/build --build=missing -s build_type=${{env.BUILD_TYPE}}
37+
38+
- name: Test
39+
run: ls -la
3740

3841
- name: Configure CMake
3942
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)