Skip to content

Commit ee83fbe

Browse files
committed
🔨 Add conan detection for github cmake action
1 parent 70367f6 commit ee83fbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install conan cmake ninja
3434
35+
- name: Setup Conan
36+
run: |
37+
conan profile detect --force
38+
3539
- name: Cache Conan packages
3640
uses: actions/cache@v3
3741
with:

0 commit comments

Comments
 (0)