Skip to content

Commit cd5dd9d

Browse files
Update cmake-single-platform.yml
1 parent 51b4d91 commit cd5dd9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30+
- name: Configure Conan profile
31+
run: conan profile detect
32+
3033
- name: Install Conan dependencies
3134
if: env.BUILD_TESTS == 'ON'
3235
run: |

0 commit comments

Comments
 (0)